1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update mysql_db

The target parameter is not required, the DOCUMENTATION section was in error.
This commit is contained in:
asad-at-srt 2013-03-05 17:11:12 -05:00
parent 7ad13d04fb
commit e581bbcafc

View file

@ -66,7 +66,7 @@ options:
target:
description:
- Where to dump/get the C(.sql) file
required: true
required: false
examples:
- code: "mysql_db: db=bobdata state=present"
description: Create a new database with name 'bobdata'