Skip to content
Snippets Groups Projects
Commit 64740249 authored by Deni Bertovic's avatar Deni Bertovic Committed by Matthew Mosesohn
Browse files

Adds tags for asserts (#1639)

parent d94e3a81
No related branches found
No related tags found
No related merge requests found
...@@ -26,3 +26,5 @@ ...@@ -26,3 +26,5 @@
assert: assert:
that: "{{download.repo}}:{{download.tag}} in docker_images.stdout.split(',')" 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 when: not download_always_pull|bool and not pull_required|bool and pull_by_digest|bool
tags:
- asserts
...@@ -2,3 +2,5 @@ ...@@ -2,3 +2,5 @@
- name: Stop if non systemd OS type - name: Stop if non systemd OS type
assert: assert:
that: ansible_service_mgr == "systemd" that: ansible_service_mgr == "systemd"
tags:
- asserts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment