logdetective: podman cache on a secondary drive
This commit is contained in:
parent
895ee22f34
commit
c6f268440e
1 changed files with 7 additions and 0 deletions
|
@ -92,3 +92,10 @@
|
||||||
# - name: "set hostname (required by some services, at least postfix need it)"
|
# - name: "set hostname (required by some services, at least postfix need it)"
|
||||||
# hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org"
|
# hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org"
|
||||||
# when: env != 'production'
|
# when: env != 'production'
|
||||||
|
|
||||||
|
- name: Podman cache on the secondary drive
|
||||||
|
community.general.ini_file:
|
||||||
|
path: /etc/containers/containers.conf.d/50-storage.conf
|
||||||
|
section: storage
|
||||||
|
option: graphroot
|
||||||
|
value: "/mnt/srv/containers_storage"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue