2017-08-03 14:24:56 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/certkey/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 22:58:08 +00:00
|
|
|
that: result is changed
|
2017-08-03 14:24:56 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/certkey/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 22:58:08 +00:00
|
|
|
that: result is changed
|
2017-08-03 14:24:56 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/certkey/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 22:58:08 +00:00
|
|
|
that: result is not changed
|
2017-08-03 14:24:56 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/certkey/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 22:58:08 +00:00
|
|
|
that: result is not changed
|
2017-08-03 14:24:56 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/certkey/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 22:58:08 +00:00
|
|
|
that: result is changed
|
2017-08-03 14:24:56 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/certkey/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 22:58:08 +00:00
|
|
|
that: result is changed
|
2017-08-03 14:24:56 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/certkey/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 22:58:08 +00:00
|
|
|
that: result is not changed
|
2017-08-03 14:24:56 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/certkey/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 22:58:08 +00:00
|
|
|
that: result is not changed
|