Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
1234567891011 |
- ---
-
- - 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
|