Skip to content

Commit

Permalink
[ignore] Update examples in aci_pim_route_map_entry and aci_interface…
Browse files Browse the repository at this point in the history
…_policy_pim python files.
  • Loading branch information
gmicol authored and lhercot committed Jan 23, 2024
1 parent 39cf1d9 commit f3b017f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/aci_interface_policy_pim.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
password: SomeSecretPassword
tenant: production
pim: my_pim_policy
control_state: [split-horizon, nh-self]
control_state: [multicast_domain_boundary, strict_rfc_compliant]
designated_router_delay: 10
designated_router_priority: tens_of_micro
hello_interval: 5
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/aci_pim_route_map_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
register: query_result
- name: Query all PIM Route Map Entries in my_pim_route_map_policy
cisco.aci.aci_pim_route_entry:
cisco.aci.aci_pim_route_map_entry:
host: apic
username: admin
password: SomeSecretPassword
Expand Down

0 comments on commit f3b017f

Please sign in to comment.