Adds tags for asserts (#1639)

This commit is contained in:
Deni Bertovic 2017-09-25 09:41:03 +02:00 committed by Matthew Mosesohn
parent d94e3a81eb
commit 64740249ab
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -2,3 +2,5 @@
- name: Stop if non systemd OS type
assert:
that: ansible_service_mgr == "systemd"
tags:
- asserts