mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
Merge pull request #939 from holta/iiab-install-output
Clarify ./iiab-install output, showing current working dir
This commit is contained in:
commit
5634f0ac0f
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ MIN_ANSIBLE_VER=2.5.6
|
||||||
|
|
||||||
export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"
|
export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"
|
||||||
|
|
||||||
echo -e "\n\n./iiab-install BEGUN IN /opt/iiab/iiab\n"
|
echo -e "\n\n./iiab-install BEGUN IN $CWD\n"
|
||||||
|
|
||||||
if [ ! -f /etc/ansible/facts.d/local_facts.fact ]; then
|
if [ ! -f /etc/ansible/facts.d/local_facts.fact ]; then
|
||||||
mkdir -p /etc/ansible/facts.d
|
mkdir -p /etc/ansible/facts.d
|
||||||
|
@ -145,4 +145,4 @@ echo -e "\nRunning local playbooks....Stage 0 will now run....followed by Stages
|
||||||
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null
|
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null
|
||||||
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
|
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
|
||||||
|
|
||||||
echo -e "./iiab-install COMPLETED IN /opt/iiab/iiab\n\n"
|
echo -e "./iiab-install COMPLETED IN $CWD\n\n"
|
||||||
|
|
Loading…
Reference in a new issue