Merge "Remove the workaround for PEP517 issues"
This commit is contained in:
commit
9e68118441
@ -14,11 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: workaround for PEP517 issue
|
|
||||||
set_fact:
|
|
||||||
extra_args: ""
|
|
||||||
when: ansible_python_version == "3.6.8"
|
|
||||||
|
|
||||||
- name: Set extra_args if upper_constraints_file is defined
|
- name: Set extra_args if upper_constraints_file is defined
|
||||||
set_fact:
|
set_fact:
|
||||||
constraints_extra_args: "{{ extra_args | default('') }} -c {{ upper_constraints_file }}"
|
constraints_extra_args: "{{ extra_args | default('') }} -c {{ upper_constraints_file }}"
|
||||||
|
@ -14,11 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: workaround for PEP517 issue
|
|
||||||
set_fact:
|
|
||||||
extra_args: ""
|
|
||||||
when: ansible_python_version == "3.6.8"
|
|
||||||
|
|
||||||
- name: Set extra_args if upper_constraints_file is defined
|
- name: Set extra_args if upper_constraints_file is defined
|
||||||
set_fact:
|
set_fact:
|
||||||
constraints_extra_args: "{{ extra_args | default('') }} -c {{ upper_constraints_file }}"
|
constraints_extra_args: "{{ extra_args | default('') }} -c {{ upper_constraints_file }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user