1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
10 lines
245 B
YAML
10 lines
245 B
YAML
- hosts: [{{host}}]
|
|
sudo: yes
|
|
tasks:
|
|
- shell: rm -f {{item}}
|
|
with_items:
|
|
- /etc/apt/sources.list.d/{{name}}.list
|
|
- /etc/apt/preferences.d/{{name}}.pref
|
|
- shell: apt-get update
|
|
when: {{validate_integrity}}
|