mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Switch out apt for package
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
alt_sudoers_path: /etc/sudoers_alt
|
||||
|
||||
- name: Install sudo package
|
||||
ansible.builtin.apt:
|
||||
ansible.builtin.package:
|
||||
name: sudo
|
||||
|
||||
- name: Ensure sudoers directory exists
|
||||
|
||||
Reference in New Issue
Block a user