aboutsummaryrefslogtreecommitdiff
path: root/host.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-05-14 12:58:39 -0400
committerspmfox <spmfox@foxwd.com>2024-05-14 12:58:39 -0400
commit5049cacdf5d6f25f4b77d774675c03f132a78838 (patch)
tree2d656c1ede968c09947cc6e15828adfc574a9652 /host.yml
parent8eaadecb1890ee0629c5e81b0152aba309c67484 (diff)
fixing containers homedir permissions
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: