1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Timezone handling (#70)

* supply TZ info in php template

* should be already set in default_vars

* elgg - softcode timezone

* use supplied variable in php template

* guard against TZ not being present in env
This commit is contained in:
Jerry Vonau 2017-07-04 15:00:50 -05:00 committed by georgejhunt
parent c00a5d828b
commit e5543b3f99
6 changed files with 6 additions and 10 deletions

View file

@ -90,9 +90,6 @@
mysql_db: db=test state=absent
when: mysql_enabled
- name: Set the php default date, so it does not complain
lineinfile: line="date.timezone = {{ local_tz }}" dest=/etc/php.ini
# we had to start mysql in order to configure it, now turn if off if not enabled
- name: Provisioally Disable the MySQL service
service: name={{ mysql_service }}