Skip to content

Commit

Permalink
Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
xbinois committed Apr 22, 2020
1 parent a366cb6 commit 2e2015f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

mariadb_users:
- name: "{{ omeka_db_user }}"
host: "{{ omeka_db_host }}"
host: "{{ omeka_db_host }}"
password: "{{ omeka_db_password }}"
priv: "{{ omeka_db_name }}.*:SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER,CREATE TEMPORARY TABLES,LOCK TABLES"

Expand Down
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
args:
chdir: "{{ omeka_content_dest }}"
when: npm_install_changed.changed
tags: ['skip_ansible_lint']

- name: Copy database.ini
template:
Expand Down

0 comments on commit 2e2015f

Please sign in to comment.