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

18 行
348B

  1. ---
  2. # to be removed when roled out
  3. - name: remove wrong "mainentance" directory
  4. file:
  5. path: /usr/local/share/mainentance
  6. state: absent
  7. - name: remove wrong "mainentance" user
  8. user:
  9. name: mainentance
  10. state: absent
  11. - name: remove wrong "mainentance" user home directory
  12. file:
  13. path: /var/lib/mainentance
  14. state: absent