mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-23 08:31:30 +01: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 }}' %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% set UPGRADECOMMAND = 'echo "Already running Salt Minon version {{ SALTVERSION }}"' %}
|
||||
{% set UPGRADECOMMAND = 'echo Already running Salt Minon version {{ SALTVERSION }}' %}
|
||||
{% endif %}
|
||||
|
||||
install_salt_minion:
|
||||
|
||||
Reference in New Issue
Block a user