Skip to content

Added anisble.utils to dependencies list #10

Added anisble.utils to dependencies list

Added anisble.utils to dependencies list #10

Triggered via push October 30, 2023 21:25
Status Failure
Total duration 1m 23s
Artifacts

on-push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
jinja[invalid]: roles/infrastructure/tasks/controller.yml#L188
An unhandled exception occurred while templating '{{ lookup('ansible.utils.index_of', infrastructure_vpc_subnets, 'eq', 'controller', 'name') }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: lookup plugin (ansible.utils.index_of) not found
jinja[invalid]: roles/infrastructure/tasks/controller.yml#L188
An unhandled exception occurred while templating '{{ lookup('ansible.utils.index_of', infrastructure_vpc_subnets, 'eq', 'execution_nodes', 'name') }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: lookup plugin (ansible.utils.index_of) not found
build
Process completed with exit code 1.
jinja[spacing]: roles/infrastructure/tasks/controller.yml#L167
Jinja2 spacing could be improved: {{ lookup('file', infrastructure_cert_key_path ) }} -> {{ lookup('file', infrastructure_cert_key_path) }}