put the releng sudoers on teh boxes with a 00 prefix
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
38c0f31b5c
commit
4e0372c5de
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
|||
when: inventory_hostname.startswith('compose-x86-01')
|
||||
|
||||
- name: sudoers defaults
|
||||
copy: src="{{ private }}/files/sudo/releng-sudoers" dest=/etc/sudoers.d/releng-sudoers mode=0440
|
||||
copy: src="{{ private }}/files/sudo/releng-sudoers" dest=/etc/sudoers.d/00releng-sudoers mode=0440
|
||||
tags:
|
||||
- configs
|
||||
- name: sudoers for ftpsync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue