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.

ara.yml 232B

7 years ago
1234567891011
  1. ---
  2. - name: Install ARA with pip
  3. pip:
  4. name: ara
  5. state: present
  6. - name: Get ARA's installed location
  7. shell: python -c "import os,ara; print(os.path.dirname(ara.__file__))"
  8. register: ara_location
  9. changed_when: false