diff --git a/tasks/configure_root_access.yml b/tasks/configure_root_access.yml index 9cfcf3d..685c4a0 100644 --- a/tasks/configure_root_access.yml +++ b/tasks/configure_root_access.yml @@ -1,7 +1,7 @@ --- # 'localhost' needs to be the last item for idempotency, the mysql_user docs - name: configure_root_access | Secure the mysql root user with a password - acommunity.mysql.mysql_user: + community.mysql.mysql_user: name: root host: "{{ item }}" password: "{{ mysql_root_password }}"