Add quotes to Parrot OS shell.
This commit is contained in:
parent
15d191e1c6
commit
1f9dede97f
@ -5,7 +5,7 @@
|
|||||||
# They have zypper higher in the path, but it's really apt renamed.
|
# 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
|
# 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.
|
# 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"
|
when ansible_distribution == "Parrot OS"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user