Konstantin Shalygin
808177e2c9
Fix recurse delete. Add force update_cache feature.
9 years ago
Toshio Kuratomi
d6af6f8477
Update for modules which import json.
...
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed
Fixes #1298
9 years ago
Marc Mettke
f0e0be0b21
Pacman Module Fixes
...
Update: query_package documentation
Fix: Number of Packages to Updated was one to high,
'cause of counting the '\n'
Fix: Pacman was reinstalling state=latest packages,
even when it was unable to load the remote version
9 years ago
Greg DeKoenigsberg
8e9299653a
Merge pull request #1018 from indrajitr/pacman-checkmode-fixes
...
Additional upgrade mode fixes for pacman module with check_mode safety
9 years ago
Indrajit Raychaudhuri
25b85dafbb
Add 'package' alias and support for list type for pacman 'name' parameter
9 years ago
Indrajit Raychaudhuri
b149233abf
Additional upgrade mode fixes for pacman module with check_mode safety
...
- ensure upgrade option honors and actually supports `check_mode`
- enabling just `upgrade` and `update_cache` should perform upgrade
- example added for the equivalent for `pacman -Syu`
9 years ago
Vlad Glagolev
5de4a64238
fixed a typo in pacman module
9 years ago
Indrajit Raychaudhuri
48f0e70e60
pacman: Remove choice list for boolean values in arg spec
...
This also makes argument_spec more consistent with core modules.
Added self as author.
9 years ago
Indrajit Raychaudhuri
e41597a033
Improve pacman module
...
- detect and use pacman_path via get_bin_path helper
- simplify pending upgrade detection
- apply outstanding changes from #358 , #41
9 years ago
Konstantin Shalygin
8f3a2a8e3d
add 'version_add'
9 years ago
Konstantin Shalygin
d8d90ecb03
add force remove feature
9 years ago
Konstantin Shalygin
ca1daba8bb
add upgrade future, patch by n0vember-
9 years ago
Brian Coca
2f9d30ae5b
Merge pull request #480 from RubenKelevra/patch-2
...
pacman: change -Syy to -Sy for "update-cache"
just noting we may want to add an option to force updating the cache in the future
10 years ago
Toshio Kuratomi
32fb15e310
Fix quoting for documentation build
10 years ago
Greg DeKoenigsberg
72ee99184a
Adding author's github id
10 years ago
@RubenKelevra
752442e8ff
change -Syy to -Sy
...
-Syy do always update, which is not needed, since the caches might already be up to date.
10 years ago
Daniel Newport
2b1b3df40f
use state=latest to ensure the latest version is installed. mimics functionality of the apt and yum modules.
10 years ago
Daniel Newport
8fa3e97d30
fix pacman upgrade bug
10 years ago
Michael DeHaan
7e6fc7023d
Reorganization.
10 years ago