This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
nginx: update package name from php-fpm to php5-fpm
master
Andrea Cimbalo
8 years ago
parent
5b384bc14f
commit
83ecbda2b1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 php
5
-fpm
apt:
name
:
"{{ item }}"
state
:
present
update_cache
:
yes
cache_valid_time
:
3600
with_items:
-
php-fpm
-
php
5
-fpm
when
:
php | bool
notify:
-
restart nginx
Write
Preview
Loading…
Cancel
Save