mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
try this
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
e50dcc563d
commit
992b889d02
@@ -51,7 +51,7 @@
|
||||
|
||||
- name: Mount swap
|
||||
command: "swapon {{ swap_file_path }}"
|
||||
when: ansible_swaptotal_mb < 1
|
||||
when: ansible_facts['ansible_swaptotal_mb'] < 1
|
||||
tags:
|
||||
- swap.file.swapon
|
||||
- swap
|
||||
|
||||
Reference in New Issue
Block a user