Skip to content

Separate cleanup tasks in a dedicated file #32

Separate cleanup tasks in a dedicated file

Separate cleanup tasks in a dedicated file #32

Triggered via push November 4, 2024 11:29
Status Success
Total duration 2m 41s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint
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/
jinja[spacing]: 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'] }}
jinja[spacing]: 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'] }}
jinja[spacing]: 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'] }}
jinja[spacing]: 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] }}
test
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/