mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove module param quotes
This commit is contained in:
parent
fed7cea795
commit
ce4e98a6d0
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
when: current_append_privs == "yes"
|
||||
|
||||
- name: create user with current privileges (expect changed=true)
|
||||
mysql_user: name={{ user_name_2 }} password={{ user_password_2 }} priv=*.*:'{{current_privilege}}' append_privs={{current_append_privs}} state=present
|
||||
mysql_user: name={{ user_name_2 }} password={{ user_password_2 }} priv=*.*:{{current_privilege}} append_privs={{current_append_privs}} state=present
|
||||
register: result
|
||||
|
||||
- name: assert output message for current privileges
|
||||
|
|
Loading…
Reference in a new issue