fix: disable changes on shell commands
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-04-17 14:56:47 +02:00
parent 8644006b8e
commit 3b7dddec77
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
block:
- name: Disable swap
ansible.builtin.shell: "test -f {{ swap_path }} && swapoff {{ swap_path }} || true"
changed_when: False
- name: Unmount swap file
ansible.posix.mount: