From 55b59a33642fed7b507cafc0f59456d1b4466271 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Tue, 21 Jan 2025 00:04:12 +0100 Subject: [PATCH] refactor: update output message for Ansible playbook execution --- bin/actions/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/actions/update.sh b/bin/actions/update.sh index 4e8a6d2..b85ecc2 100755 --- a/bin/actions/update.sh +++ b/bin/actions/update.sh @@ -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