Restructure
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
parent
7cf53e2513
commit
4fed902a13
@ -103,7 +103,7 @@
|
||||
- name: Install backup script
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
src: backup.sh
|
||||
src: backup.sh.j2
|
||||
dest: /root/backup.sh
|
||||
mode: '0750'
|
||||
owner: root
|
||||
@ -116,8 +116,8 @@
|
||||
owner: core
|
||||
state: directory
|
||||
mode: '0700'
|
||||
- ansible.builtin.copy:
|
||||
src: docker-config.json
|
||||
- ansible.builtin.template:
|
||||
src: docker-config.json.j2
|
||||
dest: /home/core/.docker/config.json
|
||||
mode: '0600'
|
||||
owner: core
|
||||
|
Loading…
Reference in New Issue
Block a user