Fix browbeat_network conditional

During the browbeat workload installation process we only check
if browbeat_network is defined, but we also need to make sure it
is not none.

Change-Id: Idb115be9d6f7115a7ebe5d72abd8383a1e2abc82
This commit is contained in:
Sai Sindhur Malleni 2018-09-05 13:11:08 -04:00 committed by Aakarsh
parent 1c5ea1b1f5
commit 329a91ff3a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Check browbeat_network
fail: msg="browbeat_network needs to be set"
when: browbeat_network is not defined
when: browbeat_network is not defined or browbeat_network is none
- name: Copy userdata files
template: