Fix linting issues on Docker role

This commit is contained in:
2023-10-22 13:48:20 -04:00
parent 7f91b24adb
commit 5633468f41
3 changed files with 10 additions and 7 deletions

View File

@@ -3,6 +3,9 @@
url: "{{ docker_apt_keyring_url }}"
dest: "{{ docker_apt_keyring }}"
checksum: "sha256:{{ docker_apt_keyring_hash }}"
mode: "644"
owner: root
group: root
when: docker_official
- name: Remove official Docker APT key