From ccf28667e5dd858fe54429707599f6f524aa0fba Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 31 Jan 2021 17:09:07 -0600 Subject: [PATCH] I think Debian liked removing FQCN. Trying the rest of the file. --- facts/system.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facts/system.yml b/facts/system.yml index e85e9b5..0b8dc62 100644 --- a/facts/system.yml +++ b/facts/system.yml @@ -11,7 +11,7 @@ - name: Set Debian and Ubuntu Facts - ansible.builtin.set_fact: + set_fact: flatpak_distro: yes lynis_install_dir: /usr/local/lynis lynis_report: /root/lynis.log @@ -21,7 +21,7 @@ - name: Set FreeBSD Facts - ansible.builtin.set_fact: + set_fact: flatpak_distro: no lynis_install_dir: /usr/local/lynis lynis_report: /root/lynis.log