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

14 行
212B

  1. ---
  2. # fix bug with permissons of /media by deleting and recreating /media
  3. - name: delete /media
  4. file:
  5. path: /media
  6. state: absent
  7. - name: recreate /media
  8. file:
  9. path: /media
  10. state: directory