mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-23 02:38:09 +02:00
remove quotes
This commit is contained in:
@@ -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 }}' %}
|
{% set UPGRADECOMMAND = 'apt-mark unhold salt && apt-mark unhold salt-minion && sh bootstrap-salt.sh -F -x python3 stable {{ SALTVERSION }}' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set UPGRADECOMMAND = 'echo "Already running Salt Minon version {{ SALTVERSION }}"' %}
|
{% set UPGRADECOMMAND = 'echo Already running Salt Minon version {{ SALTVERSION }}' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
install_salt_minion:
|
install_salt_minion:
|
||||||
|
|||||||
Reference in New Issue
Block a user