Skip to content

Commit efadaad

Browse files
committed
fix ansible install error
1 parent a8233db commit efadaad

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)