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:
Andrew Klychkov 2020-07-14 18:28:08 +03:00 committed by GitHub
commit c055340ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
126 changed files with 290 additions and 286 deletions

View file

@ -62,7 +62,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_affinity_labels }}"
- name: >
@ -73,7 +73,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_affinity_labels }}"
- name: >
@ -84,7 +84,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_affinity_labels }}"
- name: >
@ -96,7 +96,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_affinity_labels }}"
'''

View file

@ -36,7 +36,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_api }}"
'''

View file

@ -59,7 +59,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_clusters }}"
'''

View file

@ -42,7 +42,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_datacenters }}"
'''

View file

@ -58,7 +58,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_disks }}"
'''

View file

@ -88,7 +88,7 @@ EXAMPLES = '''
ovirt_event_info:
search: "severity=alert"
register: result
- debug:
- ansible.builtin.debug:
msg: "{{ result.ovirt_events }}"
'''

View file

@ -62,7 +62,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_external_providers }}"
'''

View file

@ -57,7 +57,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_groups }}"
'''

View file

@ -54,7 +54,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_hosts }}"
- name: Gather information about all hosts with cluster version 4.2
@ -64,7 +64,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_hosts }}"
'''

View file

@ -73,7 +73,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_host_storages }}"
'''

View file

@ -58,7 +58,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_networks }}"
'''

View file

@ -61,7 +61,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_nics }}"
'''

View file

@ -69,7 +69,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_permissions }}"
'''

View file

@ -61,7 +61,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_quotas }}"
'''

View file

@ -60,7 +60,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_scheduling_policies }}"
'''

View file

@ -49,7 +49,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_snapshots }}"
'''

View file

@ -60,7 +60,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_storage_domains }}"
'''

View file

@ -65,7 +65,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_storage_templates }}"
'''

View file

@ -65,7 +65,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_storage_vms }}"
'''

View file

@ -62,7 +62,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_tags }}"
- name: Gather information about all tags, which are assigned to VM postgres
@ -71,7 +71,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_tags }}"
- name: Gather information about all tags, which are assigned to host west
@ -80,7 +80,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_tags }}"
'''

View file

@ -58,7 +58,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_templates }}"
'''

View file

@ -57,7 +57,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_users }}"
'''

View file

@ -77,7 +77,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_vms }}"
- name: Gather info about next run configuration of virtual machine named myvm
@ -87,7 +87,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_vms[0] }}"
'''

View file

@ -57,7 +57,7 @@ EXAMPLES = '''
register: result
- name: Print gathered information
debug:
ansible.builtin.debug:
msg: "{{ result.ovirt_vm_pools }}"
'''