diff --git a/tasks/glance_install.yml b/tasks/glance_install.yml index e82062fb..0aa477aa 100644 --- a/tasks/glance_install.yml +++ b/tasks/glance_install.yml @@ -113,3 +113,10 @@ command: > virtualenv-tools --update-path=auto --reinitialize {{ glance_bin | dirname }} when: glance_get_venv | changed + +- name: Record the venv tag deployed + ini_file: + dest: "/etc/ansible/facts.d/openstack_ansible.fact" + section: glance + option: venv_tag + value: "{{ glance_venv_tag }}"