Skip to content

Commit

Permalink
Ignore errors in check mode performing "Disable swapOnZram for Fedora" (
Browse files Browse the repository at this point in the history
  • Loading branch information
gorozhin authored and pedromcpedro committed May 8, 2024
1 parent e9af4a7 commit 531fe7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/preinstall/tasks/0010-swapoff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
when:
- swapon.stdout
- ansible_distribution in ['Fedora']
ignore_errors: "{{ ansible_check_mode }}" # noqa ignore-errors

0 comments on commit 531fe7a

Please sign in to comment.