Skip to content

made fundamental changes to pip installs. #5

made fundamental changes to pip installs.

made fundamental changes to pip installs. #5

Triggered via push July 22, 2023 23:09
Status Failure
Total duration 38s
Artifacts

ansible-lint.yml

on: push
Ansible Lint
27s
Ansible Lint
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
yaml[indentation]: molecule_installer.yml#L43
Wrong indentation: expected 8 but found 6
yaml[truthy]: molecule_installer.yml#L74
Truthy value should be one of \[false, true]
Ansible Lint
Process completed with exit code 2.
jinja[spacing]: vars/main.yml#L5
Jinja2 spacing could be improved: {%- if ansible_distribution_file_variety == 'Debian' and ansible_architecture == 'aarch64' -%} arm64 {%- elif ansible_distribution_file_variety == 'Debian' and ansible_architecture == 'x86_64' -%} amd64 {%- elif ansible_distribution == 'Darwin' -%} darwin-amd64 {%- elif ansible_distribution == 'Windows' -%} amd64 {% endif %} -> {%- if ansible_distribution_file_variety == 'Debian' and ansible_architecture == 'aarch64' -%} arm64{%- elif ansible_distribution_file_variety == 'Debian' and ansible_architecture == 'x86_64' -%} amd64{%- elif ansible_distribution == 'Darwin' -%} darwin-amd64{%- elif ansible_distribution == 'Windows' -%} amd64 {% endif %}