aboutsummaryrefslogtreecommitdiff
path: root/host.yml
diff options
context:
space:
mode:
Diffstat (limited to 'host.yml')
-rw-r--r--host.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/host.yml b/host.yml
index f794449..a9b3d78 100644
--- a/host.yml
+++ b/host.yml
@@ -40,6 +40,14 @@
block: "{{ shell_service_status_helper }}"
when: fish.stat.exists
+ - name: Fix permissions on /home/containers
+ ansible.builtin.file:
+ path: "/home/containers"
+ state: directory
+ owner: "containers"
+ group: "containers"
+ recurse: true
+
- name: Install systemd-container and podman
ansible.builtin.package:
name: