mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
Fix configuration path in Solaris
This commit is contained in:
parent
7aa1f2e0c8
commit
77a766e4fb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Configure Apache.
|
- name: Configure Apache.
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: "{{ apache_server_root }}/conf/{{ apache_daemon }}.conf"
|
dest: "{{ apache_server_root }}/{{ apache_daemon }}.conf"
|
||||||
regexp: "{{ item.regexp }}"
|
regexp: "{{ item.regexp }}"
|
||||||
line: "{{ item.line }}"
|
line: "{{ item.line }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue