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