From f03a028741c9a4678a7475929d3b273982a4eb0e Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 10 Mar 2025 21:38:01 +0100 Subject: [PATCH] refactor: remove redundant logging for Ansible installation in setup script --- setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.sh b/setup.sh index 17382f6..724aecf 100755 --- a/setup.sh +++ b/setup.sh @@ -248,7 +248,6 @@ EOF } setup_ansible() { - log_info "Installing Ansible..." attempt_package_install "ansible" attempt_package_install "ansible-lint" attempt_package_install "ansible-core"