Skip to content
Snippets Groups Projects
Commit 18f98a77 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Run detect openstack_release variable play always

Change-Id: I04b67213cc9c4a8819751b09ea2b88eb69153ab5
parent 692c6986
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
set_fact: set_fact:
openstack_release: "{{ kolla_ansible_version.stdout }}" openstack_release: "{{ kolla_ansible_version.stdout }}"
when: openstack_release == "auto" when: openstack_release == "auto"
tags: always
- name: Apply role prechecks - name: Apply role prechecks
hosts: hosts:
......
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