1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-02 08:38:52 +00:00

Switch out apt for package

This commit is contained in:
Jon Ellis 2022-06-07 21:41:30 +01:00
parent a76f2d175e
commit ed3bb0b646

View file

@ -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