Trying to get Parrot OS to work again. Started getting "Updating cache and auto-installing missing dependency: python-apt" at the very beginning even though it got all the way to Telegraf the first good run-through.

This commit is contained in:
Hyperling 2021-07-11 10:59:42 -05:00
parent 1730372778
commit a6952f0492
2 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,10 @@
# Define program names for package builtin. # Define program names for package builtin.
# This file is for ALL systems and should not include UI components. # This file is for ALL systems and should not include UI components.
- name: General | Facts | Packages | Parrot OS Zypper Fix - name: General | Facts | Packages | Parrot OS Fixes
set_fact: set_fact:
ansible_pkg_mgr: "apt" ansible_pkg_mgr: "apt"
ansible_python_interpreter: "/usr/bin/python3"
when: ansible_distribution == "Parrot OS" when: ansible_distribution == "Parrot OS"

View File

@ -2,9 +2,10 @@
# Define program names per OS for package builtin. # Define program names per OS for package builtin.
# This is only for Workstation devices with UIs. # This is only for Workstation devices with UIs.
- name: Workstation | Facts | Packages | Parrot OS Zypper Fix - name: Workstation | Facts | Packages | Parrot OS Fixes
set_fact: set_fact:
ansible_pkg_mgr: "apt" ansible_pkg_mgr: "apt"
ansible_python_interpreter: "/usr/bin/python3"
when: ansible_distribution == "Parrot OS" when: ansible_distribution == "Parrot OS"