Make compatchecks deduplicatable
This commit is contained in:
@@ -1,17 +1,4 @@
|
||||
---
|
||||
- name: Ensure host distribution is supported
|
||||
ansible.builtin.import_role:
|
||||
name: compatcheck
|
||||
vars:
|
||||
compatcheck_supported_distributions:
|
||||
- name: debian
|
||||
version_min: 8
|
||||
- name: archlinux
|
||||
- name: ubuntu
|
||||
version_min: 16
|
||||
- name: fedora
|
||||
version_min: 29
|
||||
|
||||
- name: Ping
|
||||
ansible.builtin.ping:
|
||||
when: example_ping
|
||||
|
||||
Reference in New Issue
Block a user