mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Update mysql_db
The target parameter is not required, the DOCUMENTATION section was in error.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user