diff --git a/roles/copr/dist_git/tasks/mount_fs.yml b/roles/copr/dist_git/tasks/mount_fs.yml index 1f05d856dc..f98e2929a5 100644 --- a/roles/copr/dist_git/tasks/mount_fs.yml +++ b/roles/copr/dist_git/tasks/mount_fs.yml @@ -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