Fix a lint warning.

This commit is contained in:
Andrea Dell'Amico 2023-05-26 19:59:49 +02:00
parent c033608ec9
commit 83d5c6c3d3
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
- name: Docker.com repository - name: Docker.com repository
when: docker_install | bool when: docker_install | bool
tags: [docker,docker_pkg] tags: [docker, docker_pkg]
block: block:
- name: Add the Docker repository key - name: Add the Docker repository key
ansible.builtin.apt_key: ansible.builtin.apt_key:
@ -41,7 +41,7 @@
- name: Remove the docker packages and repository - name: Remove the docker packages and repository
when: not docker_install | bool when: not docker_install | bool
tags: [docker,docker_pkg] tags: [docker, docker_pkg]
block: block:
- name: Ensure that the service is stopped and disabled - name: Ensure that the service is stopped and disabled
ansible.builtin.service: ansible.builtin.service: