Fix configuration path in Solaris

This commit is contained in:
liquidat 2016-02-01 11:29:10 +01:00
parent 7aa1f2e0c8
commit 77a766e4fb

View file

@ -1,7 +1,7 @@
---
- name: Configure Apache.
lineinfile:
dest: "{{ apache_server_root }}/conf/{{ apache_daemon }}.conf"
dest: "{{ apache_server_root }}/{{ apache_daemon }}.conf"
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
state: present