1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Attempt to install sudo on all platforms

This commit is contained in:
Jon Ellis 2022-06-07 23:30:51 +01:00
parent 28544a47d5
commit b9562a8916

View file

@ -9,7 +9,6 @@
- name: Install sudo package
ansible.builtin.package:
name: sudo
when: ansible_os_family != 'Darwin'
- name: Ensure sudoers directory exists
ansible.builtin.file: