Fix manifests cleanup #2
Merged
Annotations
8 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Ansible Linter check:
tasks/azure-cleanup.yml#L9
Jinja2 spacing could be improved: {{ files_to_keep + [ tf_config_dir + '/azure/' + item + '.tf' ] }} -> {{ files_to_keep + \[tf_config_dir + '/azure/' + item + '.tf'] }}
|
Ansible Linter check:
tasks/azure-cleanup.yml#L28
Jinja2 spacing could be improved: {{ files_to_keep + [ tf_config_dir + '/' + item + '.vms.tf' ] }} -> {{ files_to_keep + \[tf_config_dir + '/' + item + '.vms.tf'] }}
|
Ansible Linter check:
tasks/azure-cleanup.yml#L40
Jinja2 spacing could be improved: {{ files_to_keep_full_path | default([]) + [ item.stat.path ] }} -> {{ files_to_keep_full_path | default([]) + \[item.stat.path] }}
|
Ansible Linter check:
tasks/libvirt-cleanup.yml#L9
Jinja2 spacing could be improved: {{ files_to_keep + [ tf_config_dir + '/' + item + '.tf' ] }} -> {{ files_to_keep + \[tf_config_dir + '/' + item + '.tf'] }}
|
Ansible Linter check:
tasks/libvirt-cleanup.yml#L19
Jinja2 spacing could be improved: {{ files_to_keep + [ tf_config_dir + '/cloud_init_' + item.name + '.cfg' ] }} -> {{ files_to_keep + \[tf_config_dir + '/cloud_init_' + item.name + '.cfg'] }}
|
Ansible Linter check:
tasks/libvirt-cleanup.yml#L25
Jinja2 spacing could be improved: {{ files_to_keep + [ tf_config_dir + '/' + item + '.vms.tf' ] }} -> {{ files_to_keep + \[tf_config_dir + '/' + item + '.vms.tf'] }}
|
Ansible Linter check:
tasks/libvirt-cleanup.yml#L37
Jinja2 spacing could be improved: {{ files_to_keep_full_path | default([]) + [ item.stat.path ] }} -> {{ files_to_keep_full_path | default([]) + \[item.stat.path] }}
|
Loading