refactor: remove redundant logging for Ansible installation in setup script
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
Menno van Leeuwen 2025-03-10 21:38:01 +01:00
parent 26481a2b4e
commit f03a028741
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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"