Switch back to this setup

This commit is contained in:
Kevin Fenzi 2014-02-28 21:12:03 +00:00
parent c6e71f899a
commit 75a68ab596
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,7 @@
#
- name: setup /etc/sudoers.d/sysadmin-main
copy: src="{{ private }}/files/sudo/sysadmin-main" dest=/etc/sudoers.d/ owner=root group=root mode=0600
when: sudoers_main == 'passwd'
when: sudoers_main is not defined
tags:
- config
#