From 0495703f162d55ef62ff1c07cef5b3b923381440 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 3 Feb 2021 21:21:48 -0600 Subject: [PATCH] Back to true/false on flatpak fact. --- facts/workstation/package.yml | 4 ++-- local.yml | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/facts/workstation/package.yml b/facts/workstation/package.yml index d54daff..ca0d7cd 100644 --- a/facts/workstation/package.yml +++ b/facts/workstation/package.yml @@ -4,7 +4,7 @@ - name: Facts | Workstation | Package | Pop OS set_fact: - flatpak_distro: yes sir + flatpak_distro: true firefox: firefox firefox_esr: firefox-esr thunderbird: thunderbird @@ -14,7 +14,7 @@ - name: Facts | Workstation | Package | Debian and Ubuntu set_fact: - flatpak_distro: yes sir + flatpak_distro: true firefox: firefox firefox_esr: firefox-esr thunderbird: thunderbird diff --git a/local.yml b/local.yml index 1228458..ae848a0 100644 --- a/local.yml +++ b/local.yml @@ -46,12 +46,11 @@ # Additional tasks to configure Desktop Environments - include: tasks/linux/software/flatpaks.yml - when: ansible_system == "Linux" and - flatpak_distro == "yes sir" + when: ansible_system == "Linux" and flatpak_distro + - name: Worktation | Linux | Packages | Not Implemented shell: echo "Not implemented yet. :(" - when: ansible_system == "Linux" and - flatpak_distro != "yes sir" + when: ansible_system == "Linux" and not flatpak_distro # Create reports to analyze security.