Modify debugs for Parrot OS.
This commit is contained in:
parent
5fff52ce4e
commit
e39c2cdc88
@ -26,14 +26,16 @@
|
|||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
|
|
||||||
- debug
|
- debug:
|
||||||
var: ansible_pkg_mgr
|
var: ansible_pkg_mgr
|
||||||
when: ansible_distribution == "Parrot OS"
|
when: ansible_distribution == "Parrot OS"
|
||||||
|
|
||||||
- name: General | Facts | Packages | Parrot OS Zypper Fix
|
- name: General | Facts | Packages | Parrot OS Zypper Fix
|
||||||
set_fact:
|
set_fact:
|
||||||
ansible_pkg_mgr: "apt"
|
ansible_pkg_mgr: "apt"
|
||||||
when: ansible_distribution == "Parrot OS"
|
when: ansible_distribution == "Parrot OS"
|
||||||
- debug
|
|
||||||
|
- debug:
|
||||||
var: ansible_pkg_mgr
|
var: ansible_pkg_mgr
|
||||||
when: ansible_distribution == "Parrot OS"
|
when: ansible_distribution == "Parrot OS"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user