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

- A different take on assertions for Collectd facts.

parent 8e7297c3
Branches
No related tags found
No related merge requests found
......@@ -32,13 +32,10 @@
- name: Assertions
assert:
that:
- collectd_facts is defined
- changed in collectd_facts
- collectd_facts.changed == False
- ansible_facts in collectd_facts
- collectd is defined
- major in collectd
- collectd_facts|changed == False
- collectd.major is number
- collectd.minor is number
- collectd.patch is number
- name: Nginx facts
nginx_facts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment