Skip to content

Instantly share code, notes, and snippets.

@NielsH
Created August 10, 2015 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NielsH/23dc2fb64c1b4d3064f8 to your computer and use it in GitHub Desktop.
Save NielsH/23dc2fb64c1b4d3064f8 to your computer and use it in GitHub Desktop.
---
- hosts: all
tasks:
- name: Generate required locales
locale_gen: name={{ item }} state=present
with_items:
- "en_GB.UTF-8"
- "en_US.UTF-8"
- "'en_US ISO-8859-1'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment