diff --git a/tasks/cinder_install.yml b/tasks/cinder_install.yml index 7bc719fe..c1e9762d 100644 --- a/tasks/cinder_install.yml +++ b/tasks/cinder_install.yml @@ -153,3 +153,10 @@ command: > virtualenv-tools --update-path=auto --reinitialize {{ cinder_bin | dirname }} when: cinder_get_venv | changed + +- name: Record the venv tag deployed + ini_file: + dest: "/etc/ansible/facts.d/openstack_ansible.fact" + section: cinder + option: venv_tag + value: "{{ cinder_venv_tag }}"