fix: linter #8
Annotations
10 errors and 1 warning
setup.yml#L1
$[0].name None is not of type 'string'
|
setup.yml#L9
Use shell only when shell functionality is required.
|
setup.yml#L9
Commands should not change things if nothing needs doing.
|
setup.yml#L17
Missing starting space in comment
|
setup.yml#L22
Missing starting space in comment
|
setup.yml#L27
Missing starting space in comment
|
setup.yml#L35
Truthy value should be one of \[false, true]
|
setup.yml#L46
Avoid using free-form when calling module actions. (ansible.builtin.debug)
|
setup.yml#L58
Avoid using free-form when calling module actions. (ansible.builtin.debug)
|
setup.yml#L59
Line too long (179 > 160 characters)
|
setup.yml#L90
Jinja2 spacing could be improved: deb \[arch={{ deb_architecture.stdout}} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable -> deb \[arch={{ deb_architecture.stdout }} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable
|
This job failed
Loading