mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
Switch out apt for package
This commit is contained in:
parent
a76f2d175e
commit
ed3bb0b646
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
alt_sudoers_path: /etc/sudoers_alt
|
alt_sudoers_path: /etc/sudoers_alt
|
||||||
|
|
||||||
- name: Install sudo package
|
- name: Install sudo package
|
||||||
ansible.builtin.apt:
|
ansible.builtin.package:
|
||||||
name: sudo
|
name: sudo
|
||||||
|
|
||||||
- name: Ensure sudoers directory exists
|
- name: Ensure sudoers directory exists
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue