Fix junk whitespace character typo

Change-Id: I0fa833a95202a7c2ed3b4aae12e4c90f8da0922d
This commit is contained in:
David Moreau-Simard 2017-09-14 10:00:50 -06:00
parent d8b44c78ab
commit dee9f099e7
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: