You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this using the playbook in the tests directory... I receive this error:
amazon-ebs: TASK [envoy : Copy templates to default directory] *****************************
amazon-ebs: An exception occurred during task execution. To see the full traceback, use -vvv.
The error was: ansible.errors.AnsibleUndefinedVariable: 'dict object' has no attribute 'backends'.
'dict object' has no attribute 'backends'
amazon-ebs: failed: [127.0.0.1] (item={'src': 'envoy.yaml.j2', 'dest': '/etc/envoy/envoy.yaml'}) => {"ansible_loop_var": "item", "changed": false, "item": {"dest": "/etc/envoy/envoy.yaml", "src": "envoy.yaml.j2"},
"msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'backends'. 'dict object' has no attribute 'backends'"}
How should backends be defined? Can you include that in the tests/test.yml playbook?
The text was updated successfully, but these errors were encountered:
When running this using the playbook in the tests directory... I receive this error:
How should backends be defined? Can you include that in the tests/test.yml playbook?
The text was updated successfully, but these errors were encountered: