Add debugs for Parrot OS.

This commit is contained in:
Hyperling 2021-07-11 08:04:53 -05:00
parent d59ee939a4
commit 5fff52ce4e

View File

@ -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"