copr-dist-git: drop swap re-mount

Swap is mounted by tasks/swap.yml.
This commit is contained in:
Pavel Raiskup 2020-11-18 14:01:53 +01:00
parent 9aac39cb19
commit 2d47ed082f

View file

@ -25,11 +25,5 @@
- swap.fstab
- swap
- name: Mount swap
command: "swapon -a"
tags:
- swap.file.swapon
- swap
- name: mount tmp on tmpfs
mount: name=/tmp src=tmpfs fstype=tmpfs state=mounted opts=defaults,size=39G,nr_inodes=2g