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

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