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