diff options
Diffstat (limited to 'roles/patch_suse/tasks')
| -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 |
