fix inst-raps.sh
This commit is contained in:
parent
5f62d66005
commit
fae5f0a036
@ -201,10 +201,10 @@ printSuccess "Role updated successfully"
|
|||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# execute playbook
|
# execute playbook
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
#printInfo "Execute playbook"
|
printInfo "Execute playbook"
|
||||||
#~/.local/bin/ansible-playbook main.yml --vault-password-file ~/ansible/.vault_pass.txt
|
~/.local/bin/ansible-playbook main.yml --vault-password-file ~/ansible/.vault_pass.txt
|
||||||
#if [ $? -ne 0 ]; then printError "Problem to execute playbook"; fi
|
if [ $? -ne 0 ]; then printError "Problem to execute playbook"; fi
|
||||||
#printSuccess "Ansible playbook finished"
|
printSuccess "Ansible playbook finished"
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Cleanup /tmp folder
|
# Cleanup /tmp folder
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user