Skip to content

Commit

Permalink
Suppress unexpected error caused by non-English locale during CRI-O i…
Browse files Browse the repository at this point in the history
…nstallation
  • Loading branch information
bysnupy committed Jul 6, 2018
1 parent a060e22 commit 4e86c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/container_runtime/tasks/common/setup_docker_symlink.yml
Expand Up @@ -13,6 +13,8 @@

- name: "Set the selinux context on {{ docker_alt_storage_path }}"
command: "semanage fcontext -a -e {{ docker_default_storage_path }} {{ docker_alt_storage_path }}"
environment:
LANG: C
register: results
failed_when:
- results.rc == 1
Expand Down

0 comments on commit 4e86c4f

Please sign in to comment.