Skip to content

Commit

Permalink
Fix command quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Rodriguez committed Feb 11, 2021
1 parent d3d68e4 commit f43676c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
ignore_errors: yes

- name: store user2 grants with new password
command: "{{ mysql_command }} -e SHOW GRANTS FOR '{{ user_name_2 }}'@'localhost'\""
command: "{{ mysql_command }} -e \"SHOW GRANTS FOR '{{ user_name_2 }}'@'localhost'\""
register: user_password_new
when: user_password_new_create is failed

Expand Down

0 comments on commit f43676c

Please sign in to comment.