Save reports and heartbeat to 1337 drive. Fix some fact names.

This commit is contained in:
2021-02-06 07:16:19 -06:00
parent f46d2495f2
commit 4ffc25c804
7 changed files with 27 additions and 15 deletions

View File

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