Commit Graph

11 Commits (e0eb86a5000c1913c8e2925cf2b25a809aab02ef)

Author SHA1 Message Date
Kevin Brebanov b8db87d206 apk: Fix mutual exclusivity (#2768)
* apk: Fix mutual exclusivity

Ensure that 'name' and 'upgrade' are mutually exclusive.
Also add a note to the documentation to say so.

Fixes: #2767

* Fix documentation
9 years ago
René Moser 8fae447ee8 apk: fix LANG != C while parsing stdout (#2689) 10 years ago
Kevin Brebanov f366f5a943 apk: Add support for updating virtual packages (#2686)
Fixes: #2389
10 years ago
Michael Scherer 2f3dc1352f Replace choices=BOOLEANS by type='bool', fix #1326 10 years ago
Brian Coca 778e51c6b1 updated version_added 11 years ago
Kevin Brebanov 5d6f0d153c Use the module's get_bin_path function to find 'apk' and reuse the return value in all functions 11 years ago
Kevin Brebanov 6aaae617ca Modify 'name' argument to be of type 'list' in order to support 'with_items' looping 11 years ago
Kevin Brebanov 91e3d2afd5 Update documentation 11 years ago
Kevin Brebanov dd2d35c888 Allow multiple packages to be installed at the same time 11 years ago
Kevin Brebanov c4c65b6c91 Allow multiple packages to removed at the same time 11 years ago
Kevin Brebanov d812db9f7f Adding apk module 11 years ago