Add 'zypper', Parrot OS's re-named package manager...
This commit is contained in:
parent
49a2e15526
commit
bca4936c79
@ -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"
|
||||
|
@ -50,6 +50,7 @@
|
||||
state: absent
|
||||
loop:
|
||||
- com.visualstudio.code-oss
|
||||
- com.vscodium.codium
|
||||
- com.google.AndroidStudio
|
||||
- com.jetbrains.PyCharm-Community
|
||||
ignore_errors: yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user