We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8233db + efadaad commit c0b03faCopy full SHA for c0b03fa
1 file changed
wsl/roles/mariadb/tasks/main.yml
@@ -21,6 +21,6 @@
21
login_user: root
22
login_password: "{{ config.mariadb.root_password }}"
23
check_implicit_admin: true
24
- user: root
+ name: root
25
password: "{{ config.mariadb.root_password }}"
26
host: localhost
0 commit comments