Save reports and heartbeat to 1337 drive. Fix some fact names.
This commit is contained in:
@ -2,14 +2,14 @@
|
||||
# Define program names for package builtin.
|
||||
# This file is for ALL systems and should not include UI components.
|
||||
|
||||
- name: Facts | Workstation | Package | apt
|
||||
- name: Facts | General | Package | apt
|
||||
set_fact:
|
||||
sshfs: sshfs
|
||||
locate: locate
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
|
||||
|
||||
- name: Facts | Workstation | Package | FreeBSD
|
||||
- name: Facts | General | Package | FreeBSD
|
||||
set_fact:
|
||||
sshfs: fusefs-sshfs
|
||||
locate: htop # Placeholder to prevent errors. locate builtin FreeBSD.
|
||||
|
Reference in New Issue
Block a user