您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- ---
-
- - name: remove riot-im keyring
- file:
- path: /usr/share/keyrings/riot-im-archive-keyring.gpg
- state: absent
-
- - name: remove riot-im apt repo
- file:
- path: /etc/apt/sources.list.d/riot-im.list
- state: absent
|