refactoring in between
This commit is contained in:
parent
fc62f9cbfe
commit
a138276c54
10 changed files with 80 additions and 29 deletions
|
|
@ -18,6 +18,16 @@
|
|||
- dir
|
||||
- test
|
||||
|
||||
- name: Create nginx log dir
|
||||
ansible.builtin.file:
|
||||
path: /home/{{ ansible_user }}/docker_compose/{{ matrix_service }}/nginx
|
||||
state: directory
|
||||
owner: "{{ ansible_user }}"
|
||||
mode: '0755'
|
||||
tags:
|
||||
- dir
|
||||
- test
|
||||
|
||||
- name: Create nginx config
|
||||
ansible.builtin.template:
|
||||
src: "nginx/elementweb.conf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue