mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Ignore errors in check mode performing "Disable swapOnZram for Fedora" (#10077)
This commit is contained in:
@@ -25,3 +25,4 @@
|
||||
when:
|
||||
- swapon.stdout
|
||||
- ansible_distribution in ['Fedora']
|
||||
ignore_errors: "{{ ansible_check_mode }}" # noqa ignore-errors
|
||||
|
||||
Reference in New Issue
Block a user