Skip to content
Snippets Groups Projects
Commit 4a593401 authored by Spencer Smith's avatar Spencer Smith
Browse files

remove assertion for family not being CoreOS

parent aa33613b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,3 @@
- name: Stop if non systemd OS type
assert:
that: ansible_service_mgr == "systemd"
- name: Stop if obsolete CoreOS family fact value
assert:
that: ansible_os_family != "CoreOS"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment