manage_pipx_packages/molecule/with_custom_packages/group_vars/all.yml

15 lines
369 B
YAML

---
manage_pipx_packages_install_prereqs: true
manage_pipx_packages_home: "/opt/pipx"
manage_pipx_packages_path: "/usr/local/bin"
manage_pipx_packages_list:
- name: ansible-core
version_constraint: latest
state: present
- name: yamllint
version_constraint: latest
state: present
- name: vault-cli
version_constraint: latest
state: present