Modify sudoers path for FreeBSD

This commit is contained in:
2021-01-31 12:07:46 -06:00
parent b479d4dbb3
commit 2f0b319242
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
- name: Add Ansible Sudoers File
copy:
src: sudoers_ansible
dest: /etc/sudoers.d/ansible
dest: ""{{ sudoers_install_dir }}"/sudoers.d/ansible
owner: root
group: root
mode: 0440