diff --git a/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml b/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml index 262e87283..2046f5073 100644 --- a/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml +++ b/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml @@ -14,11 +14,6 @@ # 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 set_fact: constraints_extra_args: "{{ extra_args | default('') }} -c {{ upper_constraints_file }}" diff --git a/playbooks/roles/bifrost-keystone-install/tasks/pip_install.yml b/playbooks/roles/bifrost-keystone-install/tasks/pip_install.yml index 262e87283..2046f5073 100644 --- a/playbooks/roles/bifrost-keystone-install/tasks/pip_install.yml +++ b/playbooks/roles/bifrost-keystone-install/tasks/pip_install.yml @@ -14,11 +14,6 @@ # 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 set_fact: constraints_extra_args: "{{ extra_args | default('') }} -c {{ upper_constraints_file }}"