mirror of
https://github.com/geerlingguy/ansible-role-ansible.git
synced 2025-01-03 17:58:23 +01:00
e96ad2577f
Change-Id: I80a2081962d0636400492c99973aff69d28955e5 Co-authored-by: Morgan Lindqvist <Morgan@quzed.com>
14 lines
246 B
YAML
14 lines
246 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
|
|
vars:
|
|
ansible_install_method: pip
|
|
ansible_install_version_pip: "2.6.2"
|
|
ansible_install_pip_extra_args: "--user"
|
|
|
|
roles:
|
|
- role: geerlingguy.pip
|
|
- role: geerlingguy.ansible
|