You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- - 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
|