feat: update pipx package installation to include ansible-lint and ansible-core
Some checks failed
Nix Format Check / check-format (push) Failing after 40s
Some checks failed
Nix Format Check / check-format (push) Failing after 40s
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -267,7 +267,9 @@ setup_ansible() {
|
||||
ensure_pipx
|
||||
|
||||
log_info "Installing Ansible..."
|
||||
pipx install ansible || die "Failed to install Ansible"
|
||||
attempt_package_install "ansible"
|
||||
attempt_package_install "ansible-lint"
|
||||
attempt_package_install "ansible-core"
|
||||
}
|
||||
|
||||
check_command_availibility() {
|
||||
|
Reference in New Issue
Block a user