This commit is contained in:
havelight-ee
2023-06-23 11:38:35 +09:00
parent c2387a0289
commit 50a628b587
15 changed files with 103 additions and 115 deletions

View File

@@ -1,6 +1,6 @@
- name: "Change owner and group of datasaker docker directory"
ansible.builtin.file:
path: /var/datasaker
path: "{{ datasaker_docker_path }}"
owner: "{{ datasaker_docker_user }}"
group: "{{ datasaker_docker_group }}"
recurse: yes