mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
Attempt to install sudo on FreeBSD too
This commit is contained in:
parent
7c068b60f1
commit
942daa46cf
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue