25개 이상의 토픽을 선택하실 수 없습니다. 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