Commit 7860c78b by arbabnazar

delete the locale from the role because it is in common role

parent eaac40e2
......@@ -10,7 +10,6 @@ tanguru_debian_pkgs:
- postfix
- mailutils
locale_setting: "en_US.UTF-8"
tanaguru_download_link: "http://download.tanaguru.org/Tanaguru/tanaguru-3.1.0.i386.tar.gz"
# Go this link to find your desired ESR Firefox
# http://download-origin.cdn.mozilla.net/pub/firefox/releases/24.0esr/linux-x86_64/
......
......@@ -7,11 +7,6 @@
- "deb http://archive.canonical.com/ubuntu {{ ansible_distribution_release }} partner"
- "deb-src http://archive.canonical.com/ubuntu {{ ansible_distribution_release }} partner"
- name: Set the Locale
locale_gen:
name: "{{ locale_setting }}"
state: present
- name: Set Postfix options
debconf:
name: postifx
......
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