Add missing colon.

This commit is contained in:
Hyperling 2021-07-11 08:31:05 -05:00
parent 70f5be57ee
commit 93df340b49

View File

@ -6,7 +6,7 @@
# Probably for "security", but package module does not use the ansible_pkg_mgr variable
# so resetting the value to apt doesn't work. Just going to move it.
shell: "mv `which zypper` `which zypper`.zz.`date +%Y%m%d`"
when ansible_distribution == "Parrot OS"
when: ansible_distribution == "Parrot OS"
- name: General | Software | Packages | Cache Refresh (Apt and Pacman)