feat(docker): Move compose content to ansible group vars
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -34,6 +34,13 @@
|
||||
mode: "0755"
|
||||
become: true
|
||||
|
||||
- name: Create /opt/docker/compose directory
|
||||
ansible.builtin.file:
|
||||
path: /opt/docker/compose
|
||||
state: directory
|
||||
mode: "0755"
|
||||
become: true
|
||||
|
||||
- name: Create /opt/local directory
|
||||
ansible.builtin.file:
|
||||
path: /opt/local
|
||||
|
||||
Reference in New Issue
Block a user