diff options
| author | mail_redacted_for_web | 2026-04-21 16:09:57 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-04-21 16:09:57 +0200 |
| commit | 31e256997bcf1ddba22e4f4d7aff3f4bed1ad5b1 (patch) | |
| tree | 9f3e18a2603277d24bab2168ae627e2813f595a2 | |
| parent | 3d7a7b94bbd03bfa9054a0ab289bc0232dbd33e2 (diff) | |
| download | os-patch-31e256997bcf1ddba22e4f4d7aff3f4bed1ad5b1.tar.bz2 | |
| -rw-r--r-- | roles/patch_suse/tasks/main.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/patch_suse/tasks/main.yaml b/roles/patch_suse/tasks/main.yaml index 5e42b7d..50abb96 100644 --- a/roles/patch_suse/tasks/main.yaml +++ b/roles/patch_suse/tasks/main.yaml @@ -66,7 +66,9 @@ changed_when: false - name: Purge old kernels # ansible's zypper module does not have a dedicated action for this yet. So shell it is: - ansible.builtin.command: zypper purge-kernels + # ansible.builtin.command: zypper purge-kernels + ansible.builtin.debug: + msg: 'As long as SUSE do not have non-interactive options to purge-kernels, this is infeasible.' # TODO: Check output for actual kernel-purging and make this a proper statement: changed_when: false name: Cleanup |
