aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/upgradepostcheck/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/vFWDT/playbooks/vfw-sink/latest/ansible/upgradepostcheck/site.yml')
-rwxr-xr-xtutorials/vFWDT/playbooks/vfw-sink/latest/ansible/upgradepostcheck/site.yml4
1 files changed, 2 insertions, 2 deletions
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