mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Attempt to install sudo on FreeBSD too
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
- name: Install sudo package
|
||||
ansible.builtin.package:
|
||||
name: sudo
|
||||
when: ansible_os_family in ['Debian', 'RedHat']
|
||||
when: ansible_os_family in ['Debian', 'RedHat', 'FreeBSD']
|
||||
|
||||
- name: Ensure sudoers directory exists
|
||||
ansible.builtin.file:
|
||||
|
||||
Reference in New Issue
Block a user