remove quotes

This commit is contained in:
m0duspwnens
2020-07-30 16:13:38 -04:00
parent cc48b55acf
commit 8180f2cd93

View File

@@ -11,7 +11,7 @@ include:
{% set UPGRADECOMMAND = 'apt-mark unhold salt && apt-mark unhold salt-minion && sh bootstrap-salt.sh -F -x python3 stable {{ SALTVERSION }}' %}
{% endif %}
{% else %}
{% set UPGRADECOMMAND = 'echo "Already running Salt Minon version {{ SALTVERSION }}"' %}
{% set UPGRADECOMMAND = 'echo Already running Salt Minon version {{ SALTVERSION }}' %}
{% endif %}
install_salt_minion: