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"