fix: correct quoting in condition for removing legacy Docker APT source
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ docker_repo_file }}"
|
path: "{{ docker_repo_file }}"
|
||||||
state: absent
|
state: absent
|
||||||
when: docker_installed.rc != 0 or "'signed-by=" not in lookup('file', docker_repo_file, errors='ignore')"
|
when: docker_installed.rc != 0 or "signed-by=" not in lookup("file", docker_repo_file, errors="ignore")
|
||||||
|
|
||||||
- name: Ensure keyring directory exists
|
- name: Ensure keyring directory exists
|
||||||
file:
|
file:
|
||||||
|
|||||||
Reference in New Issue
Block a user