mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 06:05:08 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user