refactor: update output message for Ansible playbook execution
This commit is contained in:
parent
c66ee294fb
commit
55b59a3364
@ -75,7 +75,7 @@ if [[ "$RUN_ANSIBLE" == true ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
printfe "%s\n" "cyan" "Upgrading Ansible packages..."
|
||||
printfe "%s\n" "cyan" "Running Ansible playbook..."
|
||||
cd $HOME/dotfiles/config/ansible && ansible-playbook -i $HOME/dotfiles/config/ansible/inventory.ini $HOME/dotfiles/config/ansible/main.yml --extra-vars "hostname=$DOTF_HOSTNAME" --extra-vars "ansible_user=$USER" --limit $DOTF_HOSTNAME --ask-become-pass
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user