Newer
Older
---
- name: install lighttpd
call_tasks:
super: true
- name: create lighttpd data directory
file:
path: "{{ lighttpd_datadirectory }}"
state: directory
mode: 0755
- name: "create {{ system_config_directory }}/lighttpd directory"
file:
path: "{{ system_config_directory }}/lighttpd"
state: directory
mode: 0755
- call_tasks:
from: configure