Debug os family detection in GitHub Actions

This commit is contained in:
Paweł Krawczyk 2021-08-07 13:32:43 +01:00
parent 37919bb428
commit 06c594f11b
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
debug: var=nft_combined_rules debug: var=nft_combined_rules
when: nft_debug when: nft_debug
- name: Debug ansible_os_family
debug: var=ansible_os_family
when: nft_debug
- name: Load specific OS vars for nftables - name: Load specific OS vars for nftables
include_vars: "{{ osname }}" include_vars: "{{ osname }}"
with_first_found: with_first_found: