diff options
| author | spmfox <spmfox@foxwd.com> | 2024-05-14 12:58:39 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-05-14 12:58:39 -0400 |
| commit | 5049cacdf5d6f25f4b77d774675c03f132a78838 (patch) | |
| tree | 2d656c1ede968c09947cc6e15828adfc574a9652 /host.yml | |
| parent | 8eaadecb1890ee0629c5e81b0152aba309c67484 (diff) | |
fixing containers homedir permissions
Diffstat (limited to 'host.yml')
| -rw-r--r-- | host.yml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |
