copr-dist-git: don't re-add SWAP volume

This volume has been dropped, we now use the /swap swap-file, same as
the other Copr servers.
This commit is contained in:
Pavel Raiskup 2022-11-30 09:55:30 +01:00
parent 337548123a
commit cb2908cc48

View file

@ -13,19 +13,5 @@
src: /var/lib/dist-git/per-task-logs
path: /var/lib/copr-dist-git/per-task-logs
- name: Write swap entry in fstab
mount:
path: none
src: UUID=0ffcf9f2-8a79-4973-bee4-2d16c410fd77
fstype: swap
opts: sw
passno: 0
dump: 0
state: present
when: not devel
tags:
- swap.fstab
- swap
- name: mount tmp on tmpfs
mount: name=/tmp src=tmpfs fstype=tmpfs state=mounted opts=defaults,size=39G,nr_inodes=2g