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.

13 lines
238B

  1. ---
  2. - name: ara pip package
  3. pip:
  4. name: ara
  5. state: present
  6. executable: pip3
  7. - name: get ara location
  8. shell: python3 -c "import os,ara; print(os.path.dirname(ara.__file__))"
  9. register: _ara_location
  10. changed_when: false