Fix gear virtualenv testing

Change-Id: I22fb917e5655d06e129b2cfc8d366109dc884529
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-03-20 15:34:05 -04:00
parent 99e919a44c
commit 313df89a27
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@
# License for the specific language governing permissions and limitations
# under the License.
---
- name: Register /opt/venv/gear
- name: "Register {{ gear_pip_virtualenv }}"
stat:
path: /opt/venv/gear
path: "{{ gear_pip_virtualenv }}"
register: test_nodepool_pip_virtualenv_stat
- name: Assert /opt/venv/gear tests
- name: "Assert {{ gear_pip_virtualenv }} tests"
assert:
that:
- test_nodepool_pip_virtualenv_stat.stat.exists