Skip to content
Snippets Groups Projects
Commit 553fa2f7 authored by Adrian Reyer's avatar Adrian Reyer
Browse files

remove_salt: added another salt repo to remove

parent fe91f4a9
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,13 @@
tasks:
- name: Remove saltstack repository
apt_repository:
repo: deb http://repo.saltstack.com/apt/debian/9/amd64/2019.2 stretch main
repo: "{{ item }}"
state: absent
loop:
- deb http://repo.saltstack.com/apt/debian/9/amd64/2019.2 stretch main
- deb https://repo.saltstack.com/py3/debian/10/amd64/latest buster main
loop_control:
loop_var: item
- name: Remove salt-minion and salt-common
apt:
name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment