From 07f8243b2a8d4c3f083c1b685579c7cd5c856a64 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 9 Nov 2015 16:40:43 +0000 Subject: lighttpd: Remove unused variables Change-Id: I62f73cceb23e07aa898523bddfa608bbbbce2216 --- ansible/roles/trove-setup/tasks/lighttpd.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1