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

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