After a successful run of the appsemblerPlaybooks/update_theme.yml playbook, the ownership of the .git directory under the customer_specific theme is getting set to root. The next time I want to use the same playbook, I have to sudo chown -R edxapp:edxapp /edx/var/edxapp/themes/edx-theme-codebase/customer_specific/.git
After a successful run of the
appsemblerPlaybooks/update_theme.yml
playbook, the ownership of the.git
directory under the customer_specific theme is getting set to root. The next time I want to use the same playbook, I have tosudo chown -R edxapp:edxapp /edx/var/edxapp/themes/edx-theme-codebase/customer_specific/.git