fix source location for html file
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-02-09 17:51:21 -08:00
parent 14ec3d4f87
commit ec19541bac

View file

@ -7,5 +7,5 @@
tasks:
- name: Sync html directory
ansible.posix.synchronize:
src: public/html/
src: public/https/
dest: "{{ html_location }}/"