Skip to content

Commit

Permalink
Show how to import.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jan 7, 2025
1 parent e7fc255 commit d038037
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ This example is taken from [`molecule/default/converge.yml`](https://github.com/
- name: my_db
encoding: utf8
collation: utf8_bin
# - name: imported
# state: import
# target: /path/to/dump.sql
mysql_users:
- name: my_user
password: my_pass
Expand Down
3 changes: 3 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- name: my_db
encoding: utf8
collation: utf8_bin
# - name: imported
# state: import
# target: /path/to/dump.sql
mysql_users:
- name: my_user
password: my_pass
Expand Down

0 comments on commit d038037

Please sign in to comment.