infra/playbooks/beta/websites/update-fc-docs.yml
shockrah a970d344e9 - No longer using web user to copy static content
+ init.yml now creates web user properly
2022-10-21 20:55:52 -07:00

9 lines
155 B
YAML

---
- hosts: beta
become: yes
tasks:
- name: Push docs content
copy:
src: "{{FC_LOCAL_DOCS}}/public"
dest: /var/www/freechat