Skip to content
Snippets Groups Projects
Commit efbf1064 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix kolla-ansible role tests"

parents 07c0790b 994d7902
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
kolla_openstack_logging_debug: False
- name: Verify kolla-ansible installation
command: "{{ temp_path }}/venv/bin/kolla-ansible -h"
shell: ". {{ temp_path }}/venv/bin/activate && kolla-ansible -h"
changed_when: False
- name: Verify ansible installation
......
......@@ -181,7 +181,7 @@
kolla_nova_compute_ironic_host: "controller1"
- name: Verify kolla-ansible installation
command: "{{ temp_path }}/venv/bin/kolla-ansible -h"
shell: ". {{ temp_path }}/venv/bin/activate && kolla-ansible -h"
changed_when: False
- name: Verify ansible installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment