git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/roles/patch_suse/tasks
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-04-18 09:21:44 +0200
committermail_redacted_for_web 2026-04-18 09:21:44 +0200
commite4e425547eafacf7f82ecf3e6f33d650eb32df9f (patch)
treee5b5df8bbb83bbfc0fd56691b10f6cdb6137d3f2 /roles/patch_suse/tasks
parent41e882403cc99eac6e0bba7afde564044b439568 (diff)
downloados-patch-e4e425547eafacf7f82ecf3e6f33d650eb32df9f.tar.bz2
fix: move --no-refresh zypper arg to global parameters
Diffstat (limited to 'roles/patch_suse/tasks')
-rw-r--r--roles/patch_suse/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/patch_suse/tasks/main.yaml b/roles/patch_suse/tasks/main.yaml
index db15d75..d277877 100644
--- a/roles/patch_suse/tasks/main.yaml
+++ b/roles/patch_suse/tasks/main.yaml
@@ -44,7 +44,7 @@
community.general.zypper:
name: '*'
state: latest
- extra_args: '--no-refresh'
+ extra_args_precommand: '--no-refresh'
# this is only document as "zypper rm -u", so apparently nothing is existing like
# rpm's cleanup or apt's "autoremove" :(
# clean_deps: true