mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Fix Ansible documentation in part of example formatting. Part 1 (#332)
* Fix Ansible documentation in part of example formatting * Fix
This commit is contained in:
parent
983d937b7b
commit
328319b926
70 changed files with 762 additions and 705 deletions
|
@ -36,8 +36,8 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Create a Global external IP address
|
||||
- gce_eip:
|
||||
- name: Create a Global external IP address
|
||||
gce_eip:
|
||||
service_account_email: "{{ service_account_email }}"
|
||||
credentials_file: "{{ credentials_file }}"
|
||||
project_id: "{{ project_id }}"
|
||||
|
@ -45,8 +45,8 @@ EXAMPLES = '''
|
|||
region: global
|
||||
state: present
|
||||
|
||||
# Create a Regional external IP address
|
||||
- gce_eip:
|
||||
- name: Create a Regional external IP address
|
||||
gce_eip:
|
||||
service_account_email: "{{ service_account_email }}"
|
||||
credentials_file: "{{ credentials_file }}"
|
||||
project_id: "{{ project_id }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue