Added anisble.utils to dependencies list #10
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) }}
|