Skip to content

Commit

Permalink
integration tests: remove superfluous debug task (ansible-collections…
Browse files Browse the repository at this point in the history
…#228)

* integration tests: remove superfluous debug task

* Turn off integration tests against devel
  • Loading branch information
Andersson007 authored Oct 12, 2021
1 parent fc984b2 commit f47d463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- stable-2.10
- stable-2.11
- stable-2.12
- devel
#- devel
python:
- 3.6
- 3.8
Expand Down
4 changes: 0 additions & 4 deletions tests/integration/targets/setup_mysql/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit f47d463

Please sign in to comment.