Debugging flatpak_distro fact.
This commit is contained in:
parent
d66624b8a2
commit
38ed8d0eb0
@ -17,3 +17,8 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
flatpak_distro: false
|
flatpak_distro: false
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
|
|
||||||
|
- name: Facts | Workstation | System | DEBUG flatpak_distro
|
||||||
|
debug:
|
||||||
|
var: flatpak_distro
|
@ -44,7 +44,8 @@
|
|||||||
- include: tasks/linux/software/flatpaks.yml
|
- include: tasks/linux/software/flatpaks.yml
|
||||||
when: ansible_system == "Linux" and
|
when: ansible_system == "Linux" and
|
||||||
flatpak_distro == "true"
|
flatpak_distro == "true"
|
||||||
- shell: echo "Not implemented yet. :("
|
- name: Worktation | Linux | Packages | Not Implemented
|
||||||
|
shell: echo "Not implemented yet. :("
|
||||||
when: ansible_system == "Linux" and
|
when: ansible_system == "Linux" and
|
||||||
flatpak_distro != "true"
|
flatpak_distro != "true"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user