X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=tutorials%2FvFWDT%2Fplaybooks%2Fvfw-sink%2Flatest%2Fansible%2Fupgradepostcheck%2Fsite.yml;h=559420a8d7009a51af09d9f787ca889a6b593a61;hp=6d6d51b6aa4516f14aaf307dfb57168cccac27ad;hb=6305603f8cb54c28e93a7e4bfad265723638299c;hpb=f11447d127d21dd56b302fe1014f4801d32511c5 diff --git a/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/upgradepostcheck/site.yml b/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/upgradepostcheck/site.yml index 6d6d51b6..559420a8 100755 --- a/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/upgradepostcheck/site.yml +++ b/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/upgradepostcheck/site.yml @@ -4,9 +4,9 @@ remote_user: ubuntu tasks: - debug: var="new_software_version" - failed_when: new_software_version is not defined + failed_when: new_software_version is not defined - debug: var="existing_software_version" - failed_when: existing_software_version is not defined + failed_when: existing_software_version is not defined - name: Read OLD Software Version shell: cat /opt/config/version.txt register: old_version