Skip to content

Commit

Permalink
Revert the change which got injected during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik705 committed Jun 20, 2024
1 parent 8c58f7c commit d7e769d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/common-tasks/maas-venv-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
pip:
name:
- pip
- setuptools<45
- "{%- if ansible_python.version.major == 2 -%}setuptools<45{% else %}setuptools{% endif %}"
extra_args: >-
-U --isolated
{{ pip_install_options | default('') }}
Expand All @@ -93,7 +93,7 @@
venv_pip_packages: "{{ venv_pip_packages | union(maas_pip_lxc_packages) }}"
when:
- not (ansible_local['maas']['general']['deploy_osp'] | bool)
- ansible_local['maas']['general']['maas_lxc_host'] | bool
- ansible_local['maas']['general']['maas_lxc_host'] | default(False) | bool

- name: Include docker pip packages
set_fact:
Expand Down

0 comments on commit d7e769d

Please sign in to comment.