Commit 367a361a by Toshio Kuratomi

Correct the command name on RHT Systems

parent 2dd0e514
...@@ -70,11 +70,11 @@ ...@@ -70,11 +70,11 @@
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: Generate pt_BR locale (Red Hat) - name: Generate pt_BR locale (Red Hat)
command: locale-gen -f UTF-8 -i pt_BR pt_BR command: localedef -f UTF-8 -i pt_BR pt_BR
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'
- name: Generate es_MX locale (Red Hat) - name: Generate es_MX locale (Red Hat)
command: locale-gen -f UTF-8 -i es_MX es_MX command: localedef -f UTF-8 -i es_MX es_MX
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'
- name: restart postgresql service - name: restart postgresql service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment