mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
do not error on second run
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
18519c9a09
commit
03d18ee2f6
@@ -50,7 +50,7 @@
|
||||
- swap
|
||||
|
||||
- name: Mount swap
|
||||
command: "swapon {{ swap_file_path }}"
|
||||
command: "swapon -a"
|
||||
#when: ansible_swaptotal_mb|int < 1
|
||||
tags:
|
||||
- swap.file.swapon
|
||||
|
||||
Reference in New Issue
Block a user