Adds tags for asserts (#1639)
This commit is contained in:
parent
d94e3a81eb
commit
64740249ab
2 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,5 @@
|
|||
assert:
|
||||
that: "{{download.repo}}:{{download.tag}} in docker_images.stdout.split(',')"
|
||||
when: not download_always_pull|bool and not pull_required|bool and pull_by_digest|bool
|
||||
tags:
|
||||
- asserts
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
- name: Stop if non systemd OS type
|
||||
assert:
|
||||
that: ansible_service_mgr == "systemd"
|
||||
tags:
|
||||
- asserts
|
||||
|
|
Loading…
Reference in a new issue