fix dkim, tsig and vapid keys generation
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
|
||||
- name: Set ddclient_key
|
||||
set_fact:
|
||||
dkim_keys: "{{ dkim_container_output.ansible_facts.docker_container.Output | from_yaml }}"
|
||||
dkim_keys: "{{ dkim_container_output.container.Output | from_yaml }}"
|
||||
when: dkim_private_key_test_grep.stdout == '0' or dkim_public_key_test_grep.stdout == '0'
|
||||
|
||||
- name: Show DKIM private key
|
||||
|
Reference in New Issue
Block a user