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 the playbook reaches this role, the following error occurs: Error was a <class 'ansible.errors.AnsibleError'>, original message: recursive loop detected in template string: {{ component_name }}".
It seems that component_ha_enabled: "{{ lookup('vars', '{{ component_name }}_ha_enabled') }}" matches component_ha_enabled itself and the lookup function goes into an infinite recursion.
The text was updated successfully, but these errors were encountered:
alien4cloud-spray/playbooks/roles/rsync/define_context_vars/tasks/main.yml
Lines 1 to 16 in be48d7a
When the playbook reaches this role, the following error occurs:
Error was a <class 'ansible.errors.AnsibleError'>, original message: recursive loop detected in template string: {{ component_name }}"
.It seems that
component_ha_enabled: "{{ lookup('vars', '{{ component_name }}_ha_enabled') }}"
matchescomponent_ha_enabled
itself and the lookup function goes into an infinite recursion.The text was updated successfully, but these errors were encountered: