+ Landing page update play
This commit is contained in:
parent
f4b24be904
commit
2b45f830e4
8
docker-host/setup/tasks/landing-page.yml
Normal file
8
docker-host/setup/tasks/landing-page.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- hosts: leftcoastlab
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Copy landing page
|
||||
copy:
|
||||
src: "{{LANDING_PAGE_PUBLIC_PATH}}/public/"
|
||||
dest: /var/www/html/
|
Loading…
Reference in New Issue
Block a user