Browse Source

nginx: update package name from php-fpm to php5-fpm

master
Andrea Cimbalo 7 years ago
parent
commit
83ecbda2b1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      roles/nginx/tasks/main.yaml

+ 2
- 2
roles/nginx/tasks/main.yaml View File

@ -12,14 +12,14 @@
state: absent
notify: restart nginx
- name: install php-fpm
- name: install php5-fpm
apt:
name: "{{ item }}"
state: present
update_cache: yes
cache_valid_time: 3600
with_items:
- php-fpm
- php5-fpm
when: php | bool
notify:
- restart nginx


Loading…
Cancel
Save