Tag up the sudoers role.

This commit is contained in:
Ralph Bean 2015-06-12 20:04:49 +00:00
parent 467a138520
commit ac0439bf4b

View file

@ -11,6 +11,8 @@
when: sudoers_main is not defined
tags:
- config
- sudo
- sudoers
#
# Put in place the default sysadmin-main sudoers file. (nopasswd edition)
#
@ -19,6 +21,8 @@
when: sudoers_main is defined and sudoers_main == 'nopasswd'
tags:
- config
- sudo
- sudoers
#
# This will move a /etc/sudoers.d/ file in place
#
@ -34,3 +38,5 @@
skip: true
tags:
- config
- sudo
- sudoers