Add libvirt manifests cleanup tasks #30
Annotations
6 errors and 5 warnings
yaml[indentation]:
tasks/libvirt.yml#L66
Wrong indentation: expected 4 but found 5
|
yaml[indentation]:
tasks/libvirt.yml#L76
Wrong indentation: expected 4 but found 5
|
fqcn[action-core]:
tasks/libvirt.yml#L92
Use FQCN for builtin module actions (set_fact).
|
fqcn[action-core]:
tasks/libvirt.yml#L98
Use FQCN for builtin module actions (find).
|
fqcn[action-core]:
tasks/libvirt.yml#L104
Use FQCN for builtin module actions (file).
|
lint
Process completed with exit code 2.
|
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.yml#L66
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.yml#L76
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.yml#L82
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.yml#L94
Jinja2 spacing could be improved: {{ files_to_keep_full_path | default([]) + [ item.stat.path ] }} -> {{ files_to_keep_full_path | default([]) + \[item.stat.path] }}
|