Skip to content

Commit c0b03fa

Browse files
authored
Merge pull request #125 from Howriq/horea-dev
fix ansible install error
2 parents a8233db + efadaad commit c0b03fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wsl/roles/mariadb/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
login_user: root
2222
login_password: "{{ config.mariadb.root_password }}"
2323
check_implicit_admin: true
24-
user: root
24+
name: root
2525
password: "{{ config.mariadb.root_password }}"
2626
host: localhost

0 commit comments

Comments
 (0)