fix dkim, tsig and vapid keys generation
This commit is contained in:
@ -25,9 +25,12 @@
|
||||
register: knot_container_output
|
||||
when: k8s_tsig_test_grep.stdout == '0'
|
||||
|
||||
- debug:
|
||||
msg: "{{ knot_container_output }}"
|
||||
|
||||
- name: Set k8s_key
|
||||
set_fact:
|
||||
k8s_key: "{{ knot_container_output.ansible_facts.docker_container.Output | from_yaml }}"
|
||||
k8s_key: "{{ knot_container_output.container.Output | from_yaml }}"
|
||||
when: k8s_tsig_test_grep.stdout == '0'
|
||||
|
||||
- name: Show k8s TSIG key
|
||||
@ -54,7 +57,7 @@
|
||||
|
||||
- name: Set ddclient_key
|
||||
set_fact:
|
||||
ddclient_key: "{{ ddclient_container_output.ansible_facts.docker_container.Output | from_yaml }}"
|
||||
ddclient_key: "{{ ddclient_container_output.container.Output | from_yaml }}"
|
||||
when: ddclient_tsig_public_key_test_grep.stdout == '0' or ddclient_tsig_private_key_test_grep.stdout == '0'
|
||||
|
||||
- name: Show ddclient TSIG public key file
|
||||
|
Reference in New Issue
Block a user