summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-09 16:40:43 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-11-19 12:01:24 +0000
commit6ffbc273fd17d7529b813a85374ba5cbba5f5072 (patch)
tree692d1def0b66283ebdb940032450f87b2a87352c
parent5d8001328adc678ef3b9efd9a4a2e234350442f2 (diff)
downloadtrove-setup-6ffbc273fd17d7529b813a85374ba5cbba5f5072.tar.gz
lighttpd: Remove unused variables
Change-Id: Icef0a0a7ed2d34007ed96ef582d61a62d0e5d38e
-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