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

@ -94,7 +94,7 @@ options:
'''
EXAMPLES = '''
- name: configure ipv4 dhcp fixed address
- name: Configure ipv4 dhcp fixed address
nios_fixed_address:
name: ipv4_fixed
ipaddr: 192.168.10.1
@ -108,7 +108,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: configure a ipv6 dhcp fixed address
- name: Configure a ipv6 dhcp fixed address
nios_fixed_address:
name: ipv6_fixed
ipaddr: fe80::1/10
@ -122,7 +122,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: set dhcp options for a ipv4 fixed address
- name: Set dhcp options for a ipv4 fixed address
nios_fixed_address:
name: ipv4_fixed
ipaddr: 192.168.10.1
@ -139,7 +139,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: remove a ipv4 dhcp fixed address
- name: Remove a ipv4 dhcp fixed address
nios_fixed_address:
name: ipv4_fixed
ipaddr: 192.168.10.1