added yay stuff, docker role

This commit is contained in:
opal
2023-03-10 23:50:47 -08:00
parent c6bf769eed
commit 55accab981
5 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Enable Docker systemd unit
service:
enabled: yes
name: docker
- name: Enable Docker systemd unit
service:
state: started
name: docker

View File

@@ -0,0 +1 @@
---