1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-01 16:18:55 +00:00

Attempt to install sudo on FreeBSD too

This commit is contained in:
Jon Ellis 2022-06-07 22:31:42 +01:00
parent 7c068b60f1
commit 942daa46cf

View file

@ -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: