Skip to content

Commit 1fe4a93

Browse files
committed
add slash before passwordstore prefix for consistency
1 parent ec924d8 commit 1fe4a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/certificates/tasks/install/pre-install-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- name: Get the DNS api key
3636
no_log: '{{ hide_secrets }}'
3737
ansible.builtin.set_fact:
38-
api_key: '{{ lookup(creds.store, creds.prefix + "dns/api-key") }}'
38+
api_key: '{{ lookup(creds.store, creds.prefix + "/dns/api-key") }}'
3939
tags: preinstall
4040

4141
# LetsEncrypt will need to be accessed once the DNS server is live.

roles/dns-pdns/tasks/install/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
no_log: '{{ hide_secrets }}'
4343
ansible.builtin.set_fact:
4444
api_key: >-
45-
{{ lookup(creds.store, creds.prefix + "dns/api-key" +
45+
{{ lookup(creds.store, creds.prefix + "/dns/api-key" +
4646
creds.opts.create + creds.opts.system)
4747
}}
4848
tags: config

0 commit comments

Comments
 (0)