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

@ -16,4 +16,9 @@
- name: Facts | Workstation | System | FreeBSD
set_fact:
flatpak_distro: false
when: ansible_system == "FreeBSD"
when: ansible_system == "FreeBSD"
- name: Facts | Workstation | System | DEBUG flatpak_distro
debug:
var: flatpak_distro