mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-06 06:04:26 -07:00
Linting
This commit is contained in:
parent
7cffcf3355
commit
978676a6dc
15 changed files with 75 additions and 59 deletions
|
@ -16,11 +16,11 @@
|
|||
|
||||
# Tests with force_context: yes
|
||||
# Test user creation
|
||||
- name: create mysql user {{user_name_1}}
|
||||
- name: create mysql user {{ user_name_1 }}
|
||||
mysql_user:
|
||||
<<: *mysql_params
|
||||
name: '{{ user_name_1 }}'
|
||||
password: '{{ user_password_1 }}'
|
||||
name: "{{ user_name_1 }}"
|
||||
password: "{{ user_password_1 }}"
|
||||
state: present
|
||||
force_context: yes
|
||||
register: result
|
||||
|
@ -165,4 +165,4 @@
|
|||
that:
|
||||
- result is not changed
|
||||
|
||||
- include: assert_no_user.yml user_name={{user_name_1}}
|
||||
- include: assert_no_user.yml user_name={{ user_name_1 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue