Skip to content

Commit 0234531

Browse files
authored
Merge pull request #440 from lilyeyes/add-zypper-with-optional
Use --with-optional usage in zypper patch
2 parents 40451f3 + e4f1e2d commit 0234531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/playbooks/fully-patch-system.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
name: '*'
2525
state: latest
2626
type: patch
27-
extra_args: '--with-interactive -l'
27+
extra_args: '--with-interactive -l --with-optional'
2828
environment:
2929
ZYPP_LOCK_TIMEOUT: '120'
3030
register: zypper_patch

0 commit comments

Comments
 (0)