Do not replace /etc/sudoers. Instead move to a sudoers.d file.

This commit is contained in:
Kevin Fenzi 2016-01-23 17:23:36 +00:00
parent 358ee39a19
commit 8a66e61eca

View file

@ -171,7 +171,7 @@
when: inventory_hostname.startswith('compose-x86-01') when: inventory_hostname.startswith('compose-x86-01')
- name: sudoers defaults - name: sudoers defaults
copy: src="{{ private }}/files/sudo/releng-sudoers" dest=/etc/sudoers mode=0440 copy: src="{{ private }}/files/sudo/releng-sudoers" dest=/etc/sudoers.d/releng-sudoers mode=0440
tags: tags:
- configs - configs
- name: sudoers for ftpsync - name: sudoers for ftpsync