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

- Same corrections to Nginx facts.

parent 8c1c09fe
No related branches found
No related tags found
No related merge requests found
......@@ -49,11 +49,11 @@
- name: Assertions
assert:
that:
- nginx_facts is defined
- version in nginx_facts
- major in nginx_facts
- nginx_facts.major is number
- nginx_facts.changed == False
- nginx_facts|changed == False
- nginx.major is number
- nginx.minor is number
- nginx.patch is number
- nginx.version is defined
- name: DH params for missing file
ignore_errors: True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment