Skip to content

Commit 26f3d40

Browse files
committed
fix for venv override fact
1 parent 147f216 commit 26f3d40

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

roles/os_projects/tasks/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,6 @@
231231
loop_control:
232232
label: "{{ item.name }}"
233233

234-
# This variable is unset before we set it, and it does not appear to be
235-
# possible to unset a variable in Ansible.
236-
- name: Set a fact to reset the Ansible python interpreter
237-
ansible.builtin.set_fact:
238-
ansible_python_interpreter: "{{ old_ansible_python_interpreter }}"
239-
when: os_projects_venv != None
240-
241234
- name: Ensure openrc environment file exists
242235
ansible.builtin.template:
243236
src: openrc.j2

0 commit comments

Comments
 (0)