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

numbers should not have quotes now

This commit is contained in:
Jerry Vonau 2020-04-01 09:48:51 -05:00
parent 5d03c5d23a
commit de49c8b503
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@
src: "/etc/php/{{ php_version }}/mods-available/stem.ini"
path: "/etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini"
state: link
when: php_version != "7.4"
when: php_version != 7.4
#when: nginx_enabled | bool
- name: Restart php{{ php_version }}-fpm systemd service