Fix examples formatting (#345)

This commit is contained in:
Andrew Klychkov 2020-05-16 16:07:51 +03:00 committed by GitHub
commit a7c830f49d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
148 changed files with 330 additions and 334 deletions

View file

@ -56,8 +56,7 @@ extends_documentation_fragment:
'''
EXAMPLES = """
# Create a ca_host_key_cert entry
- name: utm ca_host_key_cert
- name: Create a ca_host_key_cert entry
utm_ca_host_key_cert:
utm_host: sophos.host.name
utm_token: abcdefghijklmno1234
@ -72,16 +71,14 @@ EXAMPLES = """
--- END CERTIFICATE ---
state: present
# Remove a ca_host_key_cert entry
- name: utm ca_host_key_cert
- name: Remove a ca_host_key_cert entry
utm_ca_host_key_cert:
utm_host: sophos.host.name
utm_token: abcdefghijklmno1234
name: TestHostKeyCertEntry
state: absent
# Read a ca_host_key_cert entry
- name: utm ca_host_key_cert
- name: Read a ca_host_key_cert entry
utm_ca_host_key_cert:
utm_host: sophos.host.name
utm_token: abcdefghijklmno1234

View file

@ -32,7 +32,7 @@ extends_documentation_fragment:
'''
EXAMPLES = """
- name: utm ca_host_key_cert_info
- name: Get info for a ca host_key_cert entry
utm_ca_host_key_cert_info:
utm_host: sophos.host.name
utm_token: abcdefghijklmno1234

View file

@ -49,8 +49,7 @@ extends_documentation_fragment:
'''
EXAMPLES = """
# Create a network interface address
- name: utm network interface address
- name: Create a network interface address
utm_proxy_backend:
utm_host: sophos.host.name
utm_token: abcdefghijklmno1234
@ -58,8 +57,7 @@ EXAMPLES = """
address: 0.0.0.0
state: present
# Remove a network interface address
- name: utm network interface address
- name: Remove a network interface address
network_interface_address:
utm_host: sophos.host.name
utm_token: abcdefghijklmno1234

View file

@ -31,7 +31,7 @@ extends_documentation_fragment:
'''
EXAMPLES = """
- name: utm network interface address
- name: Get network interface address info
utm_proxy_interface_address_info:
utm_host: sophos.host.name
utm_token: abcdefghijklmno1234