homeserver/roles/geerlingguy.ansible/tasks/setup-pip.yml
mg 4098803311 Rolle aktualisiert: ansible (#466)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #466
2023-02-17 11:49:21 +01:00

7 lines
198 B
YAML

---
- name: Install Ansible via Pip.
pip:
name: ansible
version: "{{ ansible_install_version_pip | default(omit) }}"
extra_args: "{{ ansible_install_pip_extra_args | default(omit) }}"