Variablize /etc/rc.conf. Enable FuseFS more properly.

This commit is contained in:
2021-07-13 21:10:47 -05:00
parent 67cea8ed34
commit cdaa408df9
3 changed files with 15 additions and 2 deletions

View File

@ -3,6 +3,7 @@
- name: General | Facts | System | Linux
set_fact:
rc_conf: /dev/null
lynis_install_dir: /usr/local/lynis
sudoers_install_dir: /etc/sudoers.d/
when: ansible_system == "Linux"
@ -10,6 +11,7 @@
- name: General | Facts | System | FreeBSD
set_fact:
rc_conf: /etc/rc.conf
lynis_install_dir: /usr/local/lynis
sudoers_install_dir: /usr/local/etc/sudoers.d/
when: ansible_system == "FreeBSD"