summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-09 16:40:43 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-10 12:42:02 +0000
commit07f8243b2a8d4c3f083c1b685579c7cd5c856a64 (patch)
tree692d1def0b66283ebdb940032450f87b2a87352c
parent5d8001328adc678ef3b9efd9a4a2e234350442f2 (diff)
downloadtrove-setup-07f8243b2a8d4c3f083c1b685579c7cd5c856a64.tar.gz
lighttpd: Remove unused variables
Change-Id: I62f73cceb23e07aa898523bddfa608bbbbce2216
-rw-r--r--ansible/roles/trove-setup/tasks/lighttpd.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/trove-setup/tasks/lighttpd.yml b/ansible/roles/trove-setup/tasks/lighttpd.yml
index 7a530e7..d757b5d 100644
--- a/ansible/roles/trove-setup/tasks/lighttpd.yml
+++ b/ansible/roles/trove-setup/tasks/lighttpd.yml
@@ -7,10 +7,9 @@
-keyout /etc/lighttpd/certs/lighttpd.pem \
-out /etc/lighttpd/certs/lighttpd.pem -days 36525 -nodes
creates=/etc/lighttpd/certs/lighttpd.pem
- register: lighttpd_certs
+
- name: Create /var/run/lighttpd for cache user
file: path=/var/run/lighttpd state=directory owner=cache group=cache
- register: lighttpd_folder
# Now that the lighttpd certificates and the /var/run/lighttpd exist, we can
# enable the lighttpd-git service