Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
-
- - 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
|