選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
232B

  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