9 lines
215 B
YAML
9 lines
215 B
YAML
|
---
|
||
|
- name: Website index.html page created
|
||
|
copy:
|
||
|
src: "as208585.net_index.html"
|
||
|
dest: "{{ website_location }}/index.html"
|
||
|
owner: "{{ website_user }}"
|
||
|
group: "{{ website_group }}"
|
||
|
mode: '0644'
|