remove assertion for family not being CoreOS
This commit is contained in:
parent
aa33613b98
commit
4a59340182
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue