Add quotes to Parrot OS shell.

This commit is contained in:
Hyperling 2021-07-11 08:28:32 -05:00
parent 15d191e1c6
commit 1f9dede97f

View File

@ -5,7 +5,7 @@
# They have zypper higher in the path, but it's really apt renamed.
# 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`
shell: "mv `which zypper` `which zypper`.zz.`date +%Y%m%d`"
when ansible_distribution == "Parrot OS"