integration tests: remove superfluous debug task (#228)

* integration tests: remove superfluous debug task

* Turn off integration tests against devel
This commit is contained in:
Andrew Klychkov 2021-10-12 14:05:07 +03:00 committed by GitHub
parent fc984b28aa
commit f47d4635f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -63,7 +63,7 @@ jobs:
- stable-2.10
- stable-2.11
- stable-2.12
- devel
#- devel
python:
- 3.6
- 3.8

View file

@ -30,10 +30,6 @@
name: "{{ python_packages }}"
register: connector
- name: Debug connector var content
debug:
msg: '{{ connector }}'
- name: Extract connector.name.0 content
set_fact:
connector_name: "{{ connector.name.0 }}"