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: ara
- state: present
- executable: pip3
-
- - name: get ara location
- shell: python3 -c "import os,ara; print(os.path.dirname(ara.__file__))"
- register: _ara_location
- changed_when: false
|