mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-21 22:48:06 -03:30
Ignore error in check mode when disabling swap (#6703)
This commit is contained in:
parent
e666fe5a8d
commit
b7c4136702
@ -16,3 +16,4 @@
|
||||
- name: Disable swap
|
||||
command: /sbin/swapoff -a
|
||||
when: swapon.stdout
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user