Skip to content
Snippets Groups Projects
Commit 3b67fe52 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 1e92b0e1
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
dest: '/etc/apache2/sites-available/status{{ apache_conf_ext|default(".conf") }}'
owner: 'root'
group: 'root'
mode: 644
mode: '644'
notify: "Restart Apache"
- name: "Enable Apache Status Site"
......
......@@ -28,7 +28,7 @@
dest: '/etc/netdata/{{ item }}'
owner: 'root'
group: 'root'
mode: 644
mode: '644'
backup: yes
with_items:
- 'health_alarm_notify.conf'
......
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