Skip to content
Snippets Groups Projects
Commit b0d3e37c authored by jurgenhaas's avatar jurgenhaas
Browse files

#15 Fix the bug where the cron script was confusing file permissions

parent 618d2410
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,4 @@
- name: "Extended File Modes and Ownership for Repository"
command: setfacl -Rm u:root:rwX,g:{{ drupal.src.name }}:rwX,o::rX {{ webRoot }}
tags:
- 'SetPermissions'
- 'cron'
tags: 'SetPermissions'
......@@ -28,9 +28,9 @@
- name: "Extended File Modes and Ownership for Repository"
command: setfacl -Rm u:root:rwX,g:{{ drupal.src.name }}:rwX,o::rX {{ webRoot }}{{ drupal.src.git.target }}
- include_tasks: gitscript_cron.yml
when: drupal.src.cron is defined
tags: 'SetPermissions'
- include_tasks: gitscript_cron.yml
when: drupal.src.cron is defined
tags: 'cron'
tags:
- 'SetPermissions'
- 'cron'
......@@ -26,6 +26,4 @@
user='root'
disabled='{{ crons_disabled|default(false) }}'
tags:
- 'SetPermissions'
- 'cron'
tags: 'SetPermissions'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment