Fix a condition.
This commit is contained in:
parent
cb72f67f73
commit
2831ead215
|
@ -94,7 +94,6 @@
|
|||
regexp: '^%{{ deb_users_sudoers_group }}\s'
|
||||
line: '%{{ deb_users_sudoers_group }} ALL=(ALL) NOPASSWD: ALL'
|
||||
when: ansible_distribution_file_variety == "Debian"
|
||||
tags: [ 'users', 'sudo_wheel' ]
|
||||
|
||||
- name: Change the sudo configuration to permit sudo without password on RH/CentOS systems
|
||||
lineinfile:
|
||||
|
|
Loading…
Reference in New Issue