since we later rsync these dirs, set them to the mode we sync over so they do not change every ansible run

This commit is contained in:
Kevin Fenzi
2017-11-20 22:33:02 +00:00
parent 7b28efc60c
commit 14439f87f7

View File

@@ -77,7 +77,7 @@
## Setup directories for files to be copied
- name: Create or confirm directories to be made
file: dest={{item}} mode=0755 owner=root group=root state=directory
file: dest={{item}} mode=2755 owner=root group=sysadmin-main state=directory
with_items:
- /etc/nagios/commands
- /etc/nagios/contacts