X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=tutorials%2FvFWDT%2Fplaybooks%2Fvfw-sink%2Flatest%2Fansible%2Fdistributetrafficcheck%2Fsite.yml;h=5eb721437278b0a0b56ae920ce8e421734695adb;hp=04c80ea182342bc59bd44e910c76eda082baa633;hb=6305603f8cb54c28e93a7e4bfad265723638299c;hpb=f11447d127d21dd56b302fe1014f4801d32511c5 diff --git a/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/distributetrafficcheck/site.yml b/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/distributetrafficcheck/site.yml index 04c80ea1..5eb72143 100644 --- a/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/distributetrafficcheck/site.yml +++ b/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/distributetrafficcheck/site.yml @@ -22,7 +22,7 @@ register: fw_ppnet_iface - name: Traffic check if trafficpresence is TRUE - when: trafficpresence == true + when: trafficpresence == true block: - name: Traffic check if trafficpresence is TRUE raw: | @@ -59,7 +59,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: | @@ -92,4 +92,3 @@ msg: 'traffic present {{ traffic_check.stdout_lines }} ' when: traffic_check.rc == 1 failed_when: traffic_check.rc == 1 -