Merge "Fix junk whitespace character typo"

This commit is contained in:
Jenkins 2017-09-15 01:50:21 +00:00 committed by Gerrit Code Review
commit 402044ae45
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# This dynamically configures a unique offset for this peer
- name: Set offset
set_fact:
offset: "{{ ovs_starting_offset | int + 1 + groups['all'].index(inventory_hostname) }}"
offset: "{{ ovs_starting_offset | int + 1 + groups['all'].index(inventory_hostname) }}"
- name: Add additional vni offset
set_fact: