Fix bug affecting locale definitions once fully updated and trying to update again.

This commit is contained in:
Buster Silver 2017-05-14 04:48:16 -05:00
parent 1b8baf9120
commit e97372fe90
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
become: true
locale_gen: name="{{ item }}" state=present
with_items: "{{ locale_list.stdout_lines }}"
when: locale_list.stdout_lines is defined
- name: Configure PHP FPM Pool
template: src=fpmpool.j2 dest=/etc/php/7.1/fpm/pool.d/www.conf force=true