Debugging flatpak_distro fact.

This commit is contained in:
2021-02-02 21:40:46 -06:00
parent d66624b8a2
commit 38ed8d0eb0
2 changed files with 8 additions and 2 deletions

View File

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