do ; instead of &&

This commit is contained in:
Josh Patterson
2021-07-07 14:32:57 -04:00
committed by GitHub
parent 313260a0c5
commit cfc5c2aef6

View File

@@ -380,7 +380,7 @@ post_2.3.5X_to_2.3.60() {
}
post_2.3.60_to_2.3.60-HEAVYNODE_SSL_LOGSTASH_REDIS_PIPELINES() {
salt G@role:so-heavynode -b 5% cmd.run 'salt-call state.apply ssl queue=True && so-redis-restart && so-elasticsearch-restart && so-filebeat-restart && so-logstash-restart'
salt G@role:so-heavynode -b 5% cmd.run 'salt-call state.apply ssl queue=True ; so-redis-restart ; so-elasticsearch-restart ; so-filebeat-restart ; so-logstash-restart'
}
rc1_to_rc2() {