We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec924d8 + 1fe4a93 commit 0967342Copy full SHA for 0967342
roles/certificates/tasks/install/pre-install-common.yml
@@ -35,7 +35,7 @@
35
- name: Get the DNS api key
36
no_log: '{{ hide_secrets }}'
37
ansible.builtin.set_fact:
38
- api_key: '{{ lookup(creds.store, creds.prefix + "dns/api-key") }}'
+ api_key: '{{ lookup(creds.store, creds.prefix + "/dns/api-key") }}'
39
tags: preinstall
40
41
# LetsEncrypt will need to be accessed once the DNS server is live.
roles/dns-pdns/tasks/install/config.yml
@@ -42,7 +42,7 @@
42
43
44
api_key: >-
45
- {{ lookup(creds.store, creds.prefix + "dns/api-key" +
+ {{ lookup(creds.store, creds.prefix + "/dns/api-key" +
46
creds.opts.create + creds.opts.system)
47
}}
48
tags: config
0 commit comments