1
0
Fork 0

Add empty lines

This commit is contained in:
Alex Kotov 2020-01-26 20:41:48 +05:00
parent 006b42c175
commit 7f4d59dbe4
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@
file:
dest: /tmp/git_repos.tar.gz
state: absent
- name: Archive "/home/git"
archive:
path: /home/git
@ -13,6 +14,7 @@
owner: root
group: root
mode: 'u=rw,g=r,o='
- name: Fetch archive of "/home/git"
fetch:
src: /tmp/git_repos.tar.gz

View file

@ -5,6 +5,7 @@
file:
dest: /tmp/wiki_pg_dump
state: absent
- name: Dump PostgreSQL database
shell: >
PGPASSWORD={{ crypto_libertarian_wiki_db_password }}
@ -19,6 +20,7 @@
--dbname
{{ crypto_libertarian_wiki_db_name }}
> /tmp/wiki_pg_dump
- name: Fetch dump of PostgreSQL database
fetch:
src: /tmp/wiki_pg_dump
@ -28,6 +30,7 @@
file:
dest: /tmp/wiki_images.tar.gz
state: absent
- name: Archive "/var/www/wiki/images"
archive:
path: /var/www/wiki/images
@ -36,6 +39,7 @@
owner: root
group: root
mode: 'u=rw,g=r,o='
- name: Fetch archive of "/var/www/wiki/images"
fetch:
src: /tmp/wiki_images.tar.gz