mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 03:49:09 -07:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
parent
8b92e0454d
commit
41cfdda6a3
533 changed files with 2130 additions and 2130 deletions
|
@ -49,7 +49,7 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Update the cloud-init
|
||||
scaleway_user_data:
|
||||
community.general.scaleway_user_data:
|
||||
server_id: '5a33b4ab-57dd-4eb6-8b0a-d95eb63492ce'
|
||||
region: ams1
|
||||
user_data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue