mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -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
|
- name: Install sudo package
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: sudo
|
name: sudo
|
||||||
when: ansible_os_family in ['Debian', 'RedHat']
|
when: ansible_os_family in ['Debian', 'RedHat', 'FreeBSD']
|
||||||
|
|
||||||
- name: Ensure sudoers directory exists
|
- name: Ensure sudoers directory exists
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue