mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-06 16:29:12 -07:00
integration tests: remove superfluous debug task
This commit is contained in:
parent
fc984b28aa
commit
97dfa6d429
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@
|
||||||
name: "{{ python_packages }}"
|
name: "{{ python_packages }}"
|
||||||
register: connector
|
register: connector
|
||||||
|
|
||||||
- name: Debug connector var content
|
|
||||||
debug:
|
|
||||||
msg: '{{ connector }}'
|
|
||||||
|
|
||||||
- name: Extract connector.name.0 content
|
- name: Extract connector.name.0 content
|
||||||
set_fact:
|
set_fact:
|
||||||
connector_name: "{{ connector.name.0 }}"
|
connector_name: "{{ connector.name.0 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue