Fixed wrong variable in cumulus network module (#23950)

Signed-off-by: Phil Huang <phil_huang@edge-core.com>
pull/4420/head
Phil Huang 2017-05-19 11:49:07 -05:00 committed by Nathaniel Case
parent 1e5a0982b9
commit 98a8b967d2
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ EXAMPLES = '''
nclu: nclu:
template: | template: |
{% for iface in range(1,49) %} {% for iface in range(1,49) %}
add int swp{{i}} add int swp{{iface}}
{% endfor %} {% endfor %}
commit: true commit: true
description: "Ansible - add swps1-48" description: "Ansible - add swps1-48"