mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fixed wrong variable in cumulus network module (#23950)
Signed-off-by: Phil Huang <phil_huang@edge-core.com>
This commit is contained in:
committed by
Nathaniel Case
parent
1e5a0982b9
commit
98a8b967d2
@@ -75,7 +75,7 @@ EXAMPLES = '''
|
||||
nclu:
|
||||
template: |
|
||||
{% for iface in range(1,49) %}
|
||||
add int swp{{i}}
|
||||
add int swp{{iface}}
|
||||
{% endfor %}
|
||||
commit: true
|
||||
description: "Ansible - add swps1-48"
|
||||
|
||||
Reference in New Issue
Block a user