add conditional
This commit is contained in:
parent
823871057f
commit
b7806eb5b9
|
@ -1,3 +1,8 @@
|
|||
|
||||
- name: "[CONFIG SUDOERS] Comprobando si es necesario configurar sudoers"
|
||||
meta: end_host
|
||||
when: sudoers_enabled is not defined or not sudoers_enabled
|
||||
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
# configure sudo for sysadmin group
|
||||
# paso1 - add sysadmin group to sudoers
|
||||
|
|
Loading…
Reference in New Issue