Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 26, 2023
1 parent f5e37b4 commit eaf1dc0
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_acl_interfaces_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ Examples
# ip access-group 123 out
# Using DELETED without any config passed
#"(NOTE: This will delete all of configured resource module attributes from each configured interface)"
# "(NOTE: This will delete all of configured resource module attributes from each configured interface)"
# Before state:
# -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_acls_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3941,7 +3941,7 @@ Examples
address: 192.168.3.0
wildcard_bits: 255.255.255.0
destination:
any: True
any: true
grant: permit
- grant: deny
protocol_options:
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_banner_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Examples
- name: Configure banner from file
cisco.ios.ios_banner:
banner: motd
text: "{{ lookup('file', './config_partial/raw_banner.cfg') }}" # Use unix formatted text files (LF not CRLF) to avoid idempotency issues.
text: "{{ lookup('file', './config_partial/raw_banner.cfg') }}" # Use unix formatted text files (LF not CRLF) to avoid idempotency issues.
state: present
- name: Configure the login banner using delimiter
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_hostname_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Examples
# Before state:
# -------------
#router-ios#show running-config | section ^hostname
# router-ios#show running-config | section ^hostname
# hostname RouterTest
# Gathered play:
Expand Down
4 changes: 2 additions & 2 deletions docs/cisco.ios.ios_lag_interfaces_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Examples
- name: Port-channel20
members:
- member: GigabitEthernet0/3
mode: on
mode: "on"
- name: Port-channel30
members:
- member: GigabitEthernet0/4
Expand Down Expand Up @@ -461,7 +461,7 @@ Examples
# channel-group 30 mode active
# Using Deleted without any config passed
#"(NOTE: This will delete all of configured LLDP module attributes)"
# "(NOTE: This will delete all of configured LLDP module attributes)"
#
# Before state:
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_linkagg_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Examples
- name: Create aggregate of linkagg definitions
cisco.ios.ios_linkagg:
aggregate:
- { group: 3, mode: on, members: [GigabitEthernet0/1] }
- { group: 3, mode: "on", members: [GigabitEthernet0/1] }
- { group: 100, mode: passive, members: [GigabitEthernet0/2] }
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_lldp_global_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Examples
# lldp reinit 5
# Using Deleted without any config passed
#"(NOTE: This will delete all of configured LLDP module attributes)"
# "(NOTE: This will delete all of configured LLDP module attributes)"
# Before state:
# -------------
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_logging_global_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2490,7 +2490,7 @@ Examples
# Before state:
# -------------
#router-ios#show running-config | section logging
# router-ios#show running-config | section logging
# logging exception 4099
# logging message-counter log
# logging userinfo
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_ntp_global_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ Examples
# Before state:
# -------------
#router-ios#show running-config | section ^ntp
# router-ios#show running-config | section ^ntp
# ntp max-associations 34
# ntp logging
# ntp allow mode control 4
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_ospfv2_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4633,7 +4633,7 @@ Examples
passive_interfaces:
default: true
interface:
set_interface: False
set_interface: false
name:
- GigabitEthernet0/1
- GigabitEthernet0/2
Expand Down
2 changes: 0 additions & 2 deletions docs/cisco.ios.ios_prefix_lists_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,6 @@ Examples
- afi: ipv4
state: deleted
# Task Output
# -------------
# before:
Expand Down
4 changes: 2 additions & 2 deletions docs/cisco.ios.ios_service_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,8 @@ Examples
# prompt: true
# slave_log: true
#·After·state:
#·------------
# After state:
# ------------
#
# router-ios#show running-config all | section ^service
# service slave-log
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_snmp_server_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9371,7 +9371,7 @@ Examples
# Before state:
# -------------
#router-ios#show running-config | section ^snmp-server
# router-ios#show running-config | section ^snmp-server
# snmp-server engineID remote 172.16.0.12 udp-port 25 AB0C5342FF0F
# snmp-server user userPaul dev v1 access 24
# snmp-server group mergedGroup v3 auth
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.ios.ios_vlans_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ Examples
# 1005 trnet 101005 1500 - - - ibm - 0 0
# Using Deleted without any config passed
#"(NOTE: This will delete all of configured vlans attributes)"
# "(NOTE: This will delete all of configured vlans attributes)"
# Before state:
# -------------
Expand Down

0 comments on commit eaf1dc0

Please sign in to comment.