You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- - name: ara pip package
- pip:
- name: "{{ansible_ara_pip_package}}"
- version: "{{ansible_ara_version}}"
-
- - name: get ara ansible config
- shell: python3 -m ara.setup.ansible
- register: _ara_config
- changed_when: false
|