Skip to content

Commit

Permalink
fix lint and password
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Jan 19, 2021
1 parent 59e7e08 commit 5c2e093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/ansible/roles/openliberty/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:
min_ansible_version: 2.1

platforms:
- nane: Ubuntu
- name: Ubuntu
versions:
- all

Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/ansible/templates/server-env.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is set up and maintained by the Ansible script.
# If you change this file, your changes may be replaced.
MYSQL_USER=surveytool
MYSQL_PASSWORD="{{ mysql_users[0].password }}"
MYSQL_PASSWORD={{ mysql_users[0].password }}
MYSQL_DB=cldrdb
WLP_SKIP_MAXPERMSIZE=true
LOG_DIR=/var/log/openliberty/cldr

0 comments on commit 5c2e093

Please sign in to comment.