forked from saratov/infra
Add apr-repo rm all before repo settings
This commit is contained in:
parent
6ab5449205
commit
54c4fe6021
@ -32,6 +32,10 @@
|
|||||||
shell: find /etc/apt/sources.list.d/ -name '*.list' -delete
|
shell: find /etc/apt/sources.list.d/ -name '*.list' -delete
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
- name: purge all repos with apt-repo
|
||||||
|
command: apt-repo rm all
|
||||||
|
changed_when: False
|
||||||
|
|
||||||
- name: set apt sources
|
- name: set apt sources
|
||||||
template:
|
template:
|
||||||
src: "apt.list.j2"
|
src: "apt.list.j2"
|
||||||
|
Loading…
Reference in New Issue
Block a user