mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
modules: fix examples to use FQCN for builtin modules (#648)
* modules: fix examples to use FQCN for builtin modules * fix * fix * fix * fix * fix * fix * fix
This commit is contained in:
@@ -80,7 +80,7 @@ EXAMPLES = '''
|
||||
register: result
|
||||
|
||||
- name: Print the IMAGE properties
|
||||
debug:
|
||||
ansible.builtin.debug:
|
||||
msg: result
|
||||
|
||||
- name: Rename existing IMAGE
|
||||
|
||||
@@ -70,7 +70,7 @@ EXAMPLES = '''
|
||||
register: result
|
||||
|
||||
- name: Print all images facts
|
||||
debug:
|
||||
ansible.builtin.debug:
|
||||
msg: result
|
||||
|
||||
- name: Gather facts about an image using ID
|
||||
|
||||
@@ -110,7 +110,7 @@ EXAMPLES = '''
|
||||
register: result
|
||||
|
||||
- name: Print service properties
|
||||
debug:
|
||||
ansible.builtin.debug:
|
||||
msg: result
|
||||
|
||||
- name: Instantiate a new service with specified service_name, service group and mode
|
||||
|
||||
@@ -194,7 +194,7 @@ EXAMPLES = '''
|
||||
register: result
|
||||
|
||||
- name: Print VM properties
|
||||
debug:
|
||||
ansible.builtin.debug:
|
||||
msg: result
|
||||
|
||||
- name: Deploy a new VM on hold
|
||||
|
||||
Reference in New Issue
Block a user