feat(podman_host): use /tmp for podman pull temp dir
This commit is contained in:
parent
2b7226addf
commit
caf00ce4e1
2 changed files with 11 additions and 0 deletions
|
|
@ -14,6 +14,15 @@
|
|||
state: latest
|
||||
become: true
|
||||
|
||||
- name: Podman Host | PATCH | Install containers.conf
|
||||
ansible.builtin.template:
|
||||
src: etc/containers.conf
|
||||
dest: /etc/containers.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
become: true
|
||||
|
||||
- name: Podman Host | AUDIT | Ensure that users exist and have subids configured
|
||||
ansible.builtin.include_tasks:
|
||||
file: check_users.yml
|
||||
|
|
|
|||
2
roles/podman_host/templates/etc/containters.conf
Normal file
2
roles/podman_host/templates/etc/containters.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[engine]
|
||||
env = ["TMPDIR=/tmp"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue