Restructure

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
Tobias Manske 2022-06-20 14:00:09 +02:00
parent 7cf53e2513
commit 4fed902a13
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
3 changed files with 3 additions and 3 deletions

View File

@ -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