[CORD-2553] enhance graph traversal functions and change branch conditions for playbook
Change-Id: I0cbf3b17e03502a735f984d4a700f0c0b49308ac
diff --git a/xos/synchronizer/steps/vspgwctenant_playbook.yaml b/xos/synchronizer/steps/vspgwctenant_playbook.yaml
index 2beb699..cd22fc1 100644
--- a/xos/synchronizer/steps/vspgwctenant_playbook.yaml
+++ b/xos/synchronizer/steps/vspgwctenant_playbook.yaml
@@ -41,10 +41,10 @@
- ip_pool_mask_int: "8"
- cord_version: {{ cord_version }}
roles:
- - { role: interface_config_4_1, when: cord_version == "4.1" }
- - { role: build_and_run_4_1, when: cord_version == "4.1" }
- - { role: interface_config_5_0, when: cord_version == "5.0" }
- - { role: build_and_run_5_0, when: cord_version == "5.0" }
+ - { role: interface_config_4_1, when: cord_version == 4.1 }
+ - { role: build_and_run_4_1, when: cord_version == 4.1 }
+ - { role: interface_config_5_0, when: cord_version == 5.0 }
+ - { role: build_and_run_5_0, when: cord_version == 5.0 }
- hosts: localhost
vars: