Fix fake hexo username to match rest of playbooks
This commit is contained in:
parent
ad91b3b892
commit
027e221d35
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue