no general user test for salt

This commit is contained in:
Matthieu Bourgain 2024-04-22 19:13:30 +02:00
commit 93c842a6da
No known key found for this signature in database
GPG key ID: 33BA95C808890C39

View file

@ -497,12 +497,6 @@
that:
- result is succeeded
- include_tasks: utils/assert_user.yml
vars:
user_name: "{{ test_user_name }}"
user_host: "%"
priv: "{{ test_default_priv_type }}"
- name: Plugin auth | Connect with user and password
command: "{{ mysql_command }} -u {{ test_user_name }} -p{{ test_plugin_auth_string }} -e \"SELECT 1\""
register: result