You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/collections/pythoncheck.yml

9 lines
289 B
YAML

# this test specifically avoids testhost because we need to know about the controller's Python
- hosts: localhost
gather_facts: yes
gather_subset: min
tasks:
- debug:
msg: UNSUPPORTEDPYTHON {{ ansible_python_version }}
when: ansible_python_version is version('2.7', '<')