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:
parent
6eac725e9d
commit
bec0970a4a
@ -8,8 +8,6 @@
|
|||||||
- name: Define desired pipx packages
|
- name: Define desired pipx packages
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
desired_pipx_packages:
|
desired_pipx_packages:
|
||||||
- ansible
|
|
||||||
- ansible-lint
|
|
||||||
- shyaml
|
- shyaml
|
||||||
|
|
||||||
- name: Install/Upgrade pipx packages
|
- name: Install/Upgrade pipx packages
|
||||||
|
4
setup.sh
4
setup.sh
@ -267,7 +267,9 @@ setup_ansible() {
|
|||||||
ensure_pipx
|
ensure_pipx
|
||||||
|
|
||||||
log_info "Installing Ansible..."
|
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() {
|
check_command_availibility() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user