您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
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