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

Update to Ansible 2.2.1.0 and adjust all file mode settings to provide them as strings

parent 625d14b5
Branches
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@
dest='/etc/logrotate.d/apache2-{{ item.jail.name }}'
owner='root'
group='root'
mode=644
mode='644'
with_items: '{{ drupal_settings|default([]) }}'
when: item.jail is defined and (limit_drupal_site is not defined or item.id is not defined or limit_drupal_site == item.id)
tags: 'logrotate'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment