import log config into ansible
This commit is contained in:
parent
0dcb46895a
commit
b4a47c8905
4 changed files with 36 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue