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

ansible-playbooks/general#85 Linting [skip-ci]

parent 4ddc0c81
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
owner: root
group: root
state: directory
mode: 775
mode: 0775
- name: Configure Drush
template:
......@@ -32,7 +32,7 @@
dest: '{{ webRoot }}/drush/drush.yml'
owner: root
group: root
mode: 664
mode: 0664
when: drupal.create_drush_aliases|default(true)
- name: Configure Drush
......@@ -41,7 +41,7 @@
dest: '{{ webRoot }}/drush/sites/{{ drupal.id }}.site.yml'
owner: root
group: root
mode: 664
mode: 0664
when: drupal.create_drush_aliases|default(true)
- name: Install cron for core-cron
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment