fixed role structure

This commit is contained in:
2023-03-28 10:12:06 +02:00
parent ceb19e4bae
commit 895bd3ab54
3 changed files with 57 additions and 68 deletions

View File

@@ -53,3 +53,10 @@
daemon_reload: true
state: started
enabled: true
- name: Create docker dir if it does not exist
become: false
ansible.builtin.file:
path: /home/{{ user['name'] }}/docker/
state: directory
mode: '0755'