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: Install ARA with pip
- pip:
- name: ara
- state: present
-
- - name: Get ARA's installed location
- shell: python -c "import os,ara; print(os.path.dirname(ara.__file__))"
- register: ara_location
- changed_when: false
|