Skip to content
Snippets Groups Projects
Commit 0453729e authored by nimrod's avatar nimrod
Browse files

Missing date_time fact.

Needed for calculating how old the DH params file is.
parent 95b0e403
No related branches found
No related tags found
No related merge requests found
Pipeline #978 passed
......@@ -138,6 +138,11 @@
- dhparams
delegate_to: *delegate_to
block:
- name: Gather facts
ansible.builtin.setup:
gather_subset:
- date_time
- name: Get dhparams file stat
ansible.builtin.stat:
path: &dhparams /var/ssl/dhparams
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment