diff --git a/README.md b/README.md index 955bda5..cf7dbe7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index b2fc0e3..4362818 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -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