Skip to content

Commit

Permalink
Set LANG for registry-pre playbook
Browse files Browse the repository at this point in the history
pip-20.2 fails with Encoding Error[1] in python2, set
LANG to fix the issue.

[1] pypa/pip#8658

Change-Id: Ie07fd235b9f58e838c33b541fe278281e76f8ce0
  • Loading branch information
danpawlik committed Aug 4, 2020
1 parent 8d53eb4 commit c149e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/playbooks/registry-pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
hosts: bastion
become: true
gather_facts: no
environment:
LANG: 'en_US.UTF-8'
tasks:
# - name: Set up prepared repositories from cache
# include_role:
Expand Down

0 comments on commit c149e9d

Please sign in to comment.