mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
17 lines
406 B
YAML
17 lines
406 B
YAML
|
---
|
||
|
- 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
|