mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
406 B
YAML
17 lines
406 B
YAML
6 years ago
|
---
|
||
|
- name: Check that certificate 1 was revoked
|
||
|
assert:
|
||
|
that:
|
||
|
- cert_1_revoke is changed
|
||
|
- cert_1_revoke is not failed
|
||
|
- name: Check that certificate 2 was revoked
|
||
|
assert:
|
||
|
that:
|
||
|
- cert_2_revoke is changed
|
||
|
- cert_2_revoke is not failed
|
||
|
- name: Check that certificate 3 was revoked
|
||
|
assert:
|
||
|
that:
|
||
|
- cert_3_revoke is changed
|
||
|
- cert_3_revoke is not failed
|