import log config into ansible

This commit is contained in:
Nico Schottelius 2023-09-27 12:26:37 +02:00
commit b4a47c8905
4 changed files with 36 additions and 5 deletions

View file

@ -98,7 +98,7 @@
src: files/{{ item }}/
dest: /home/{{ ansible_user }}/docker_compose/{{ item }}
owner: "{{ ansible_user }}"
mode: '0600'
mode: '0644'
loop: "{{ docker_compose }}"
tags:
- files