X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=tutorials%2FvFWDT%2Fplaybooks%2Fvpgn%2Flatest%2Fansible%2Fdistributetrafficcheck%2Fsite.yml;h=665619abb569e857bbe2e43fe9298c6023bc29ec;hp=c6845dce82f0dba8eef30965647a39ee8062d4f5;hb=6305603f8cb54c28e93a7e4bfad265723638299c;hpb=f11447d127d21dd56b302fe1014f4801d32511c5 diff --git a/tutorials/vFWDT/playbooks/vpgn/latest/ansible/distributetrafficcheck/site.yml b/tutorials/vFWDT/playbooks/vpgn/latest/ansible/distributetrafficcheck/site.yml index c6845dce..665619ab 100644 --- a/tutorials/vFWDT/playbooks/vpgn/latest/ansible/distributetrafficcheck/site.yml +++ b/tutorials/vFWDT/playbooks/vpgn/latest/ansible/distributetrafficcheck/site.yml @@ -88,7 +88,7 @@ debug: msg='interface_name {{ interface_name.stdout }}' - name: Traffic check if trafficpresence is TRUE - when: trafficpresence == true + when: trafficpresence == true block: - name: Traffic check if trafficpresence is TRUE raw: | @@ -119,7 +119,7 @@ when: traffic_check.rc == 0 - name: Traffic check if trafficpresence is FALSE - when: trafficpresence == false + when: trafficpresence == false block: - name: Traffic check trafficpresence is FALSE raw: | @@ -148,4 +148,3 @@ msg: 'traffic present {{ traffic_check.stdout_lines }} traffic_check.rc {{ traffic_check.rc }}' when: traffic_check.rc == 0 failed_when: traffic_check.rc == 0 -