Update galaxy.yml, make ansible-lint happier

This commit is contained in:
uumas
2022-11-25 20:00:47 +02:00
parent c74a56a2e2
commit 3150bf5c2c
19 changed files with 40 additions and 44 deletions

View File

@@ -25,7 +25,7 @@
url: 'https://download.docker.com/linux/debian/gpg'
- name: Add docker repo
apt_repository:
repo: "deb [arch={{ dpkg_arch }}] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable"
repo: "deb [arch={{ dpkg_arch }}] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
filename: 'docker'
mode: '644'