mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:29:40 +01:00
fixed role structure
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user