mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -60,7 +60,7 @@ author: Vedit Firat Arig (@vedit)
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Create a new database with name 'jackdata'
|
||||
mssql_db:
|
||||
community.general.mssql_db:
|
||||
name: jackdata
|
||||
state: present
|
||||
|
||||
@@ -71,7 +71,7 @@ EXAMPLES = '''
|
||||
dest: /tmp
|
||||
|
||||
- name: Restore the dump file to database 'my_db'
|
||||
mssql_db:
|
||||
community.general.mssql_db:
|
||||
name: my_db
|
||||
state: import
|
||||
target: /tmp/dump.sql
|
||||
|
||||
Reference in New Issue
Block a user