refactor: remove redundant logging for Ansible installation in setup script
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
parent
26481a2b4e
commit
f03a028741
1
setup.sh
1
setup.sh
@ -248,7 +248,6 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
setup_ansible() {
|
setup_ansible() {
|
||||||
log_info "Installing Ansible..."
|
|
||||||
attempt_package_install "ansible"
|
attempt_package_install "ansible"
|
||||||
attempt_package_install "ansible-lint"
|
attempt_package_install "ansible-lint"
|
||||||
attempt_package_install "ansible-core"
|
attempt_package_install "ansible-core"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user