issue #590: disable distro test on vanilla

pull/595/head
David Wilson 6 years ago
parent c1d763f929
commit fe7c3610ff

@ -1,6 +1,9 @@
- hosts: test-targets - hosts: test-targets
tasks: tasks:
- meta: end_play
when: ansible_version.full < '2.8'
- custom_python_uses_distro: - custom_python_uses_distro:
register: out register: out

Loading…
Cancel
Save