mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -73,7 +73,7 @@ options:
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Create an ISO file
|
||||
iso_create:
|
||||
community.general.iso_create:
|
||||
src_files:
|
||||
- /root/testfile.yml
|
||||
- /root/testfolder
|
||||
@@ -81,7 +81,7 @@ EXAMPLES = r'''
|
||||
interchange_level: 3
|
||||
|
||||
- name: Create an ISO file with Rock Ridge extension
|
||||
iso_create:
|
||||
community.general.iso_create:
|
||||
src_files:
|
||||
- /root/testfile.yml
|
||||
- /root/testfolder
|
||||
|
||||
Reference in New Issue
Block a user