Update setup-Debian.yml

lint fixes update
This commit is contained in:
modem7 2022-04-16 00:04:10 +01:00
parent 8d958fd394
commit 0c760cf0de
No known key found for this signature in database
GPG Key ID: 780D7218B8D553A3

View File

@ -29,7 +29,7 @@
package: name=curl state=present
when: add_repository_key is failed
- name: Remove gpg keys if they exist #otherwise GPG doesn't run if file already exists
- name: Remove gpg keys if they exist # otherwise GPG won't run if file already exists
file:
path: "{{ item }}"
state: absent