mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #940 from holta/iiab-install-output
Clarify ./iiab-install output, showing caller/command's params too
This commit is contained in:
commit
90abbdffa6
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"
|
||||
|
||||
echo -e "\n\n./iiab-install BEGUN IN $CWD\n"
|
||||
echo -e "\n\n./iiab-install $* BEGUN IN $CWD\n"
|
||||
|
||||
if [ ! -f /etc/ansible/facts.d/local_facts.fact ]; then
|
||||
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-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
|
||||
|
||||
echo -e "./iiab-install COMPLETED IN $CWD\n\n"
|
||||
echo -e "./iiab-install $* COMPLETED IN $CWD\n\n"
|
||||
|
|
Loading…
Reference in a new issue