mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
* s/sys-upgrade/sysupgrade/
* changelog fragment
* yamllint
* more fragment tweaks
(cherry picked from commit b9f62bb4ef
)
Co-authored-by: Jean Raby <jean@raby.sh>
This commit is contained in:
parent
2622513d65
commit
8e9a348e92
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