aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2016-01-26 07:48:38 +0100
committerFabian Affolter <fabian@affolter-engineering.ch>2016-01-26 07:48:38 +0100
commit9c50e94234977055a2afeb95546d21b8639b7568 (patch)
treeb5ba022a931c585b088bd2af16afda02a0ff61bd
parentaa51806aa92d60953826e87aacfd085c4f58fbd4 (diff)
downloadalpine-ansible-9c50e94234977055a2afeb95546d21b8639b7568.tar.bz2
alpine-ansible-9c50e94234977055a2afeb95546d21b8639b7568.tar.xz
Update year
-rw-r--r--maintenance/lighttpd.yml4
-rw-r--r--tasks/lighttpd.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/maintenance/lighttpd.yml b/maintenance/lighttpd.yml
index 244f85c..b373f42 100644
--- a/maintenance/lighttpd.yml
+++ b/maintenance/lighttpd.yml
@@ -1,6 +1,6 @@
# This playbook install the lighttpd with FastCGI and PHP support.
#
-# Copyright (c) 2013 Fabian Affolter <fabian@affolter-engineering.ch>
+# Copyright (c) 2013-2016 Fabian Affolter <fabian@affolter-engineering.ch>
#
# Licensed under CC BY 3.0. All rights reserved.
#
@@ -14,7 +14,7 @@
command: /sbin/apk add lighttpd
- name: install php packages
- command: /sbin/apk add $item
+ command: /sbin/apk add {{ item }}
with_items:
- php-common
- php-iconv
diff --git a/tasks/lighttpd.yml b/tasks/lighttpd.yml
index 268f3bd..8cd0fd7 100644
--- a/tasks/lighttpd.yml
+++ b/tasks/lighttpd.yml
@@ -1,6 +1,6 @@
# This playbook install the lighttpd with FastCGI and PHP.
#
-# Copyright (c) 2013 Fabian Affolter <fabian@affolter-engineering.ch>
+# Copyright (c) 2013-2016 Fabian Affolter <fabian@affolter-engineering.ch>
#
# Licensed under CC BY 3.0. All rights reserved.
#