Skip to content

Commit 33ec5de

Browse files
Tompage1994ivarmudjdanielsson
authored
renamed ah_* variables to hub_* (#1093)
* Update changelog * Update ansible.cfg.j2 Co-authored-by: Tom Page <tompage1994@hotmail.co.uk> --------- Co-authored-by: Ivan Aragonés Muniesa <26822043+ivarmu@users.noreply.github.com> Co-authored-by: David Danielsson <djdanielsson@users.noreply.github.com>
1 parent 45e57f3 commit 33ec5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ansible_config/templates/ansible.cfg.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ auth_url={{ server.auth_url }}
1414
{% if server.token is defined %}
1515
token={{ server.token }}
1616
{% elif aap_token is defined %}
17-
token={{ aap_token }}
17+
token={{ aap_token | default(ah_token) }}
1818
{% endif %}
1919
{% endfor %}

0 commit comments

Comments
 (0)