Separate cleanup tasks in a dedicated file #32
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/
|