Browse Source
Ignore errors in check mode performing "Disable swapOnZram for Fedora" (#10077)
pull/10092/head
Mikhail Gorozhin
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/kubernetes/preinstall/tasks/0010-swapoff.yml
|
@ -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 |