Bump actions/checkout from 2 to 4 #422
main.yml
on: push
ansible-lint
1m 14s
molecule
48s
Matrix: vagrant
Annotations
14 errors and 15 warnings
vagrant (2.7)
Version 2.7 not found
|
vagrant (3.0)
Version 3.0 not found
|
vagrant (2.6)
Version 2.6 not found
|
molecule
Process completed with exit code 1.
|
name[play]:
playbooks/bats.yml#L1
All plays should be named.
|
name[play]:
playbooks/collect_debug.yml#L2
All plays should be named.
|
fqcn[action-core]:
playbooks/collect_debug.yml#L12
Use FQCN for builtin module actions (find).
|
fqcn[action-core]:
playbooks/collect_debug.yml#L18
Use FQCN for builtin module actions (fetch).
|
fqcn[action-core]:
playbooks/collect_debug.yml#L24
Use FQCN for builtin module actions (find).
|
fqcn[action-core]:
playbooks/collect_debug.yml#L35
Use FQCN for builtin module actions (fetch).
|
name[play]:
playbooks/custom_certificates.yml#L2
All plays should be named.
|
name[play]:
playbooks/dynflow_devel.yml#L2
All plays should be named.
|
name[play]:
playbooks/etc_hosts_localhost.yml#L2
All plays should be named.
|
name[play]:
playbooks/fips.yml#L2
All plays should be named.
|
vagrant (2.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
vagrant (3.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
vagrant (2.6)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
molecule
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ansible-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
jinja[spacing]:
roles/foreman_installer/tasks/install.yml#L13
Jinja2 spacing could be improved: {{ foreman_installer_command }} {{ (foreman_installer_verbose|bool) | ternary("-v", "") }} {{ (foreman_installer_no_colors|bool) | ternary("--no-colors", "") }} {{ (foreman_installer_disable_system_checks|bool) | ternary("--disable-system-checks", "") }} {{ foreman_installer_scenario_flag }} {{ foreman_installer_scenario }} {{ foreman_installer_options_joined }}
|
jinja[spacing]:
roles/foreman_installer/tasks/upgrade.yml#L21
Jinja2 spacing could be improved: {{ [ '--upgrade', '--certs-update-all' ] + foreman_installer_options_internal_use_only }} -> {{ ['--upgrade', '--certs-update-all'] + foreman_installer_options_internal_use_only }}
|
jinja[spacing]:
roles/foreman_provisioning/tasks/configure_centos_7.yml#L20
Jinja2 spacing could be improved: {{ foreman_provisioning_centos73_json.stdout|from_json }} -> {{ foreman_provisioning_centos73_json.stdout | from_json }}
|
jinja[spacing]:
roles/foreman_provisioning/tasks/configure_centos_7.yml#L30
Jinja2 spacing could be improved: {{ kickstart_templates_json.stdout|from_json }} -> {{ kickstart_templates_json.stdout | from_json }}
|
jinja[spacing]:
roles/foreman_provisioning/tasks/configure_debian_9_3.yml#L16
Jinja2 spacing could be improved: {{ foreman_provisioning_debian93_json.stdout|from_json }} -> {{ foreman_provisioning_debian93_json.stdout | from_json }}
|
jinja[spacing]:
roles/foreman_provisioning/tasks/configure_debian_9_3.yml#L26
Jinja2 spacing could be improved: {{ preseed_templates_json.stdout|from_json }} -> {{ preseed_templates_json.stdout | from_json }}
|
jinja[spacing]:
roles/foreman_provisioning/tasks/configure_fedora_27.yml#L16
Jinja2 spacing could be improved: {{ foreman_provisioning_fedora27_json.stdout|from_json }} -> {{ foreman_provisioning_fedora27_json.stdout | from_json }}
|
jinja[spacing]:
roles/foreman_provisioning/tasks/configure_fedora_27.yml#L26
Jinja2 spacing could be improved: {{ kickstart_templates_json.stdout|from_json }} -> {{ kickstart_templates_json.stdout | from_json }}
|
jinja[spacing]:
roles/foreman_provisioning/tasks/configure_ubuntu_17_10.yml#L16
Jinja2 spacing could be improved: {{ foreman_provisioning_ubuntu1710_json.stdout|from_json }} -> {{ foreman_provisioning_ubuntu1710_json.stdout | from_json }}
|
jinja[spacing]:
roles/foreman_provisioning/tasks/configure_ubuntu_17_10.yml#L26
Jinja2 spacing could be improved: {{ preseed_templates_json.stdout|from_json }} -> {{ preseed_templates_json.stdout | from_json }}
|