Skip to content

Commit 331aaff

Browse files
committed
PR geerlingguy#506 docs cleanup.
1 parent 8e42b31 commit 331aaff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,9 @@ On Ubuntu, the package names are named differently, so the `mysql_package` varia
204204

205205
## Dependencies
206206

207-
None for ansible installations.
208-
Collection `community.mysql` for ansible-core only installations (You need to manually require it in your `collections/requirements.yml`).
207+
If you have `ansible` installed (e.g. `pip3 install ansible`), none.
208+
209+
If you have only installed `ansible-core`, be sure to require `community.mysql` in your `collections/requirements.yml` or install it manually with `ansible-galaxy collection install community.mysql`.
209210

210211
## Example Playbook
211212

0 commit comments

Comments
 (0)