Fix fake hexo username to match rest of playbooks

This commit is contained in:
Shaun Reed 2020-05-09 04:34:25 +00:00
parent ad91b3b892
commit 027e221d35
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
tasks:
- name: Backup Hexo files
archive:
path: /home/hexouser/site
dest: /home/hexouser/site.tgz
path: /home/hexo/site
dest: /home/hexo/site.tgz
- name: Fetching backup files
fetch:
src: /home/hexo/site.tgz