Back to true/false on flatpak fact.
This commit is contained in:
parent
86e1881090
commit
0495703f16
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
- name: Facts | Workstation | Package | Pop OS
|
- name: Facts | Workstation | Package | Pop OS
|
||||||
set_fact:
|
set_fact:
|
||||||
flatpak_distro: yes sir
|
flatpak_distro: true
|
||||||
firefox: firefox
|
firefox: firefox
|
||||||
firefox_esr: firefox-esr
|
firefox_esr: firefox-esr
|
||||||
thunderbird: thunderbird
|
thunderbird: thunderbird
|
||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
- name: Facts | Workstation | Package | Debian and Ubuntu
|
- name: Facts | Workstation | Package | Debian and Ubuntu
|
||||||
set_fact:
|
set_fact:
|
||||||
flatpak_distro: yes sir
|
flatpak_distro: true
|
||||||
firefox: firefox
|
firefox: firefox
|
||||||
firefox_esr: firefox-esr
|
firefox_esr: firefox-esr
|
||||||
thunderbird: thunderbird
|
thunderbird: thunderbird
|
||||||
|
@ -46,12 +46,11 @@
|
|||||||
|
|
||||||
# Additional tasks to configure Desktop Environments
|
# Additional tasks to configure Desktop Environments
|
||||||
- include: tasks/linux/software/flatpaks.yml
|
- include: tasks/linux/software/flatpaks.yml
|
||||||
when: ansible_system == "Linux" and
|
when: ansible_system == "Linux" and flatpak_distro
|
||||||
flatpak_distro == "yes sir"
|
|
||||||
- name: Worktation | Linux | Packages | Not Implemented
|
- name: Worktation | Linux | Packages | Not Implemented
|
||||||
shell: echo "Not implemented yet. :("
|
shell: echo "Not implemented yet. :("
|
||||||
when: ansible_system == "Linux" and
|
when: ansible_system == "Linux" and not flatpak_distro
|
||||||
flatpak_distro != "yes sir"
|
|
||||||
|
|
||||||
|
|
||||||
# Create reports to analyze security.
|
# Create reports to analyze security.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user