Fix Sudo On OpenSUSE (#39)

This commit is contained in:
2023-06-25 13:18:44 -07:00
committed by GitHub
parent a6e73b4f4b
commit f8b791bbd2
2 changed files with 16 additions and 0 deletions

View File

@ -25,6 +25,7 @@
set_fact:
rc_conf: /dev/null
sudoers_install_dir: /etc/sudoers.d/
sudoers_config: /etc/sudoers
shutdown_command: sudo shutdown -h now
when: ansible_system == "Linux"