Add 'zypper', Parrot OS's re-named package manager...

This commit is contained in:
Hyperling 2021-07-10 08:17:56 -05:00
parent 49a2e15526
commit bca4936c79
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
sshfs: sshfs
locate: locate
opensshd: openssh-server
when: ansible_pkg_mgr == "apt"
when: ansible_pkg_mgr in ("apt", "zypper")
- name: General | Facts | Package | pacman
@ -23,4 +23,4 @@
sshfs: fusefs-sshfs
locate: htop # Placeholder to prevent errors, locate built into FreeBSD.
opensshd: htop # sshd comes installed on FreeBSD
when: ansible_system == "FreeBSD"
when: ansible_system == "FreeBSD"

View File

@ -50,6 +50,7 @@
state: absent
loop:
- com.visualstudio.code-oss
- com.vscodium.codium
- com.google.AndroidStudio
- com.jetbrains.PyCharm-Community
ignore_errors: yes