mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 23:51:26 -07:00
Only test test_mysql_user with a debug of all variables
I run that on my Workstation and want to compare variables between GHA and my machine.
This commit is contained in:
parent
53fddfc782
commit
0cf0b2f801
2 changed files with 3 additions and 0 deletions
1
.github/workflows/ansible-test-plugins.yml
vendored
1
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -116,6 +116,7 @@ jobs:
|
|||
sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}
|
||||
target-python-version: ${{ matrix.python }}
|
||||
testing-type: integration
|
||||
target: test_mysql_user
|
||||
|
||||
# units:
|
||||
# runs-on: ubuntu-latest
|
||||
|
|
|
@ -51,6 +51,8 @@
|
|||
|
||||
- include: assert_no_user.yml user_name={{user_name_1}}
|
||||
|
||||
- debug: var=hostvars[inventory_hostname]
|
||||
|
||||
# ============================================================
|
||||
# Create mysql user that already exist on mysql database
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue