Skip to content

Commit

Permalink
sampledata: set lang to avoid centos problems
Browse files Browse the repository at this point in the history
  • Loading branch information
scollazo committed Sep 3, 2019
1 parent e3bb893 commit 169c2ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@
command: "make simple"
args:
chdir: "~/archivematica-sampledata/"
environment:
LC_ALL: "en_US.utf8"
when: "archivematica_src_install_sample_data|bool"
become: "no"

Expand Down

0 comments on commit 169c2ae

Please sign in to comment.