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

fixup! Force recreate dhparams if older than 4 weeks.

parent 0453729e
No related branches found
No related tags found
No related merge requests found
Pipeline #982 passed
......@@ -152,7 +152,7 @@
community.crypto.openssl_dhparam:
# yamllint disable rule:line-length
force: |-
{{ (ansible_date_time.epoch|int - dhparams_stat.stat.mtime|int)/(60*60*24*7) >= 0 }}
{{ (ansible_date_time.epoch|int - dhparams_stat.stat.mtime|int)/(60*60*24*7) >= 4 }}
# yamllint enable rule:line-length
mode: 0o0644
path: *dhparams
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment