mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #561 from holta/master
Actively suggest ./iiab-install instead of ./runansible
This commit is contained in:
commit
cf0f28e8cc
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
echo "Please consider ./iiab-install instead of the lesser-supported ./runansible"
|
||||
|
||||
PLAYBOOK="iiab.yml"
|
||||
INVENTORY="ansible_hosts"
|
||||
# Pass cmdline options for ansible
|
||||
|
|
Loading…
Reference in a new issue