Merge "Add base.yaml to kick.sh"

This commit is contained in:
Zuul 2018-08-17 17:50:53 +00:00 committed by Gerrit Code Review
commit 69827676ee
1 changed files with 4 additions and 2 deletions

View File

@ -14,5 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
ansible-playbook -f1 --limit $1 \
/opt/system-config/production/playbooks/remote_puppet_adhoc.yaml
for playbook in base.yaml remote_puppet_adhoc.yaml ; do
ansible-playbook -f1 --limit $1 \
/opt/system-config/production/playbooks/$playbook
done