mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
pacman: fix upgrade: yes (#4275)
* s/sys-upgrade/sysupgrade/ * changelog fragment * yamllint * more fragment tweaks
This commit is contained in:
parent
2b0b780ccb
commit
b9f62bb4ef
3 changed files with 6 additions and 3 deletions
|
@ -410,7 +410,7 @@ class Pacman(object):
|
|||
cmd = [
|
||||
self.pacman_path,
|
||||
"--sync",
|
||||
"--sys-upgrade",
|
||||
"--sysupgrade",
|
||||
"--quiet",
|
||||
"--noconfirm",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue