Skip to content

Commit

Permalink
#88 fix password-less root user creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Perez committed Nov 14, 2022
1 parent 8e15866 commit 5613eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo: required
services:
- docker
install:
- pip install pipenv
- pip install -I pipenv
- pipenv sync
env:
jobs:
Expand Down
4 changes: 2 additions & 2 deletions tasks/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
mysql_user:
name: "{{ mysql_root_user }}"
password: "{{ mysql_root_password }}"
login_user: root
login_host: localhost
login_unix_socket: '/var/run/mysqld/mysqld.sock'
host: 'localhost'
when: "installed_mysql.stdout != 'Status: install ok installed'"

- name: MySQL | Ensure MySQL users are present
Expand Down

0 comments on commit 5613eaa

Please sign in to comment.