fix dkim, tsig and vapid keys generation

This commit is contained in:
ace
2024-05-05 23:04:47 +03:00
parent 6cfac8f302
commit c8831139e0
3 changed files with 7 additions and 4 deletions

View File

@ -19,7 +19,7 @@
- name: Set VAPID keys fact
set_fact:
vapid_keys: "{{ vapid_container_output.ansible_facts.docker_container.Output | from_yaml }}"
vapid_keys: "{{ vapid_container_output.container.Output | from_yaml }}"
when: vapid_private_key_test_grep.stdout == '0' or vapid_public_key_test_grep.stdout == '0'
- name: Show VAPID private key