Advertisement
mikedep333

Untitled

Jul 15th, 2021
1,444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.51 KB | None | 0 0
  1. diff --git a/roles/pulp_common/tasks/preflight_function.yml b/roles/pulp_common/tasks/preflight_function.yml
  2. index 3ba2031..00c4fdc 100644
  3. --- a/roles/pulp_common/tasks/preflight_function.yml
  4. +++ b/roles/pulp_common/tasks/preflight_function.yml
  5. @@ -43,6 +43,8 @@
  6.    environment:
  7.      LC_ALL: en_US.UTF-8
  8.      LANG: en_US.UTF-8
  9. +    SETUPTOOLS_USE_DISTUTILS: stdlib
  10. +    PATH: "{{ pulp_path }}"
  11.    failed_when: '{{ failed_condition | default("compatibility.rc != 0") }}'
  12.    changed_when: false
  13.    become: true
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement