Modify debugs for Parrot OS.

This commit is contained in:
Hyperling 2021-07-11 08:06:15 -05:00
parent 5fff52ce4e
commit e39c2cdc88

View File

@ -26,14 +26,16 @@
when: ansible_system == "FreeBSD"
- debug
- 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
- debug:
var: ansible_pkg_mgr
when: ansible_distribution == "Parrot OS"