From 38ed8d0eb0439276ef805f07cd43e5f9c88ed787 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Feb 2021 21:40:46 -0600 Subject: [PATCH] Debugging flatpak_distro fact. --- facts/workstation/system.yml | 7 ++++++- local.yml | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/facts/workstation/system.yml b/facts/workstation/system.yml index f57d4f5..9da798a 100644 --- a/facts/workstation/system.yml +++ b/facts/workstation/system.yml @@ -16,4 +16,9 @@ - name: Facts | Workstation | System | FreeBSD set_fact: flatpak_distro: false - when: ansible_system == "FreeBSD" \ No newline at end of file + when: ansible_system == "FreeBSD" + + +- name: Facts | Workstation | System | DEBUG flatpak_distro + debug: + var: flatpak_distro \ No newline at end of file diff --git a/local.yml b/local.yml index 3fcb4d2..5e4c7e7 100644 --- a/local.yml +++ b/local.yml @@ -44,7 +44,8 @@ - include: tasks/linux/software/flatpaks.yml when: ansible_system == "Linux" and flatpak_distro == "true" - - shell: echo "Not implemented yet. :(" + - name: Worktation | Linux | Packages | Not Implemented + shell: echo "Not implemented yet. :(" when: ansible_system == "Linux" and flatpak_distro != "true"