1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Enable nuage_vspk tests for Python 2.7.

This commit is contained in:
Matt Clay 2018-05-03 11:36:09 -07:00
parent a6d5656dd8
commit c2d7347819
2 changed files with 1 additions and 1 deletions

View file

@ -1,3 +1,2 @@
posix/ci/group1
skip/python3
disabled

View file

@ -15,3 +15,4 @@
with_items: "{{ test_items }}"
loop_control:
loop_var: test_case_to_run
when: "ansible_python_version is version('2.7', '>=')"