Ignore errors in check mode performing "Disable swapOnZram for Fedora" (#10077)
parent
72b8830f62
commit
3a3addb91e
|
@ -25,3 +25,4 @@
|
||||||
when:
|
when:
|
||||||
- swapon.stdout
|
- swapon.stdout
|
||||||
- ansible_distribution in ['Fedora']
|
- ansible_distribution in ['Fedora']
|
||||||
|
ignore_errors: "{{ ansible_check_mode }}" # noqa ignore-errors
|
||||||
|
|
Loading…
Reference in New Issue