mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Attempt to install sudo on all platforms
This commit is contained in:
parent
28544a47d5
commit
b9562a8916
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue