We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147f216 commit 26f3d40Copy full SHA for 26f3d40
roles/os_projects/tasks/main.yml
@@ -231,13 +231,6 @@
231
loop_control:
232
label: "{{ item.name }}"
233
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
-
241
- name: Ensure openrc environment file exists
242
ansible.builtin.template:
243
src: openrc.j2
0 commit comments