do not error on second run
This commit is contained in:
parent
18519c9a09
commit
03d18ee2f6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
- swap
|
- swap
|
||||||
|
|
||||||
- name: Mount swap
|
- name: Mount swap
|
||||||
command: "swapon {{ swap_file_path }}"
|
command: "swapon -a"
|
||||||
#when: ansible_swaptotal_mb|int < 1
|
#when: ansible_swaptotal_mb|int < 1
|
||||||
tags:
|
tags:
|
||||||
- swap.file.swapon
|
- swap.file.swapon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue