Skip to content

Commit

Permalink
inventory: remove old dash replace
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jan 11, 2024
1 parent dcb5d2b commit f5e60af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventories/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ zerossl_is_enabled: "{{ traefik.cert.zerossl | bool }}"
# Traefik
################################

traefik_role_var: "{{ lookup('vars', role_name + '_name', default=role_name) | replace('-', '_') }}"
traefik_role_var: "{{ lookup('vars', role_name + '_name', default=role_name) }}"

# Replaces powerdns with pdns for config sanity reasons.
traefik_challenge_provider: "{{ traefik.provider | default('cloudflare') | replace('powerdns', 'pdns') }}"
Expand Down

0 comments on commit f5e60af

Please sign in to comment.