mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
PR #3453 php-settings.yml: Remove unnec quotes
This commit is contained in:
parent
92926b9040
commit
840f1df60d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
# drawback: timedatectl is not easily usable within chroot environments.
|
# drawback: timedatectl is not easily usable within chroot environments.
|
||||||
|
|
||||||
- name: Extract Time Zone from symlink /etc/localtime &/or text file /etc/timezone (or lack thereof!)
|
- name: Extract Time Zone from symlink /etc/localtime &/or text file /etc/timezone (or lack thereof!)
|
||||||
command: timedatectl show -p "Timezone" --value
|
command: timedatectl show -p Timezone --value
|
||||||
register: tz_cli
|
register: tz_cli
|
||||||
|
|
||||||
- name: Store 'date.timezone = {{ tz_cli.stdout }}' (from above) in /etc/php/{{ php_version }}/fpm/php.ini and /etc/php/{{ php_version }}/cli/php.ini
|
- name: Store 'date.timezone = {{ tz_cli.stdout }}' (from above) in /etc/php/{{ php_version }}/fpm/php.ini and /etc/php/{{ php_version }}/cli/php.ini
|
||||||
|
|
Loading…
Reference in a new issue