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: tasks:
- name: Backup Hexo files - name: Backup Hexo files
archive: archive:
path: /home/hexouser/site path: /home/hexo/site
dest: /home/hexouser/site.tgz dest: /home/hexo/site.tgz
- name: Fetching backup files - name: Fetching backup files
fetch: fetch:
src: /home/hexo/site.tgz src: /home/hexo/site.tgz