Those baddie trolls... the zypper file is actually apt. Ughhh.

This commit is contained in:
Hyperling 2021-07-10 08:25:30 -05:00
parent bca4936c79
commit 2027618d5f

View File

@ -7,7 +7,7 @@
sshfs: sshfs sshfs: sshfs
locate: locate locate: locate
opensshd: openssh-server opensshd: openssh-server
when: ansible_pkg_mgr in ("apt", "zypper") when: ansible_pkg_mgr = "apt"
- name: General | Facts | Package | pacman - name: General | Facts | Package | pacman