mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
steps -> stages
This commit is contained in:
parent
16102e0da6
commit
7d63af3d6a
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
# running from a git repo
|
||||
PLAYBOOK="iiab-steps.yml"
|
||||
PLAYBOOK="iiab-stages.yml"
|
||||
INVENTORY="ansible_hosts"
|
||||
CWD=`pwd`
|
||||
# Add cmdline options for passing to ansible
|
||||
|
|
Loading…
Reference in a new issue