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

12 行
209B

  1. ---
  2. - name: installation directory absent
  3. file:
  4. path: /opt/telegram-desktop
  5. state: absent
  6. - name: unlink telegram-desktop binary
  7. file:
  8. path: /usr/local/bin/telegram-desktop
  9. state: absent