mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
integration tests: remove superfluous debug task (#228)
* integration tests: remove superfluous debug task * Turn off integration tests against devel
This commit is contained in:
parent
fc984b28aa
commit
f47d4635f1
2 changed files with 1 additions and 5 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
- stable-2.10
|
||||
- stable-2.11
|
||||
- stable-2.12
|
||||
- devel
|
||||
#- devel
|
||||
python:
|
||||
- 3.6
|
||||
- 3.8
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue