mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
pacman: fix upgrade: yes (#4275)
* s/sys-upgrade/sysupgrade/ * changelog fragment * yamllint * more fragment tweaks
This commit is contained in:
@@ -410,7 +410,7 @@ class Pacman(object):
|
||||
cmd = [
|
||||
self.pacman_path,
|
||||
"--sync",
|
||||
"--sys-upgrade",
|
||||
"--sysupgrade",
|
||||
"--quiet",
|
||||
"--noconfirm",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user