Skip to content
Snippets Groups Projects
Commit d68e4cfd authored by Nico's avatar Nico
Browse files

remove_salt: remove the repo file

The repo is now 404 which might prevent us from deleting it. Hence just
delete the file.
parent 96f8e6c4
No related branches found
No related tags found
No related merge requests found
--- ---
- hosts: all - hosts: all
tasks: tasks:
- name: Remove saltstack repo file
file:
path: /etc/apt/sources.list.d/saltstack.list
state: absent
- name: Remove saltstack repository - name: Remove saltstack repository
apt_repository: apt_repository:
repo: "{{ item }}" repo: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment