mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Various updates to macports module (#44605)
- Add support for installing specific variants of a port. - Add support for using yaml lists with 'name' parameter, rather than comma-separated lists. - Add to and clarify documentation and examples. - Use Macports nomenclature: - s/package/port/g - Rename update_cache to sync_ports but keep update_cache as an alias. Remove undocumented update-cache alias. - Remove undocumented 'pkg' alias for 'name'. Replace with 'port' alias and document it. - Print stdout and stderr output if `port sync` fails. - Print stderr output, rather than stdout, if `port install/uninstall/activate/deactivate` fail.
This commit is contained in:
parent
3c26616909
commit
30fd326953
2 changed files with 96 additions and 70 deletions
|
@ -969,7 +969,6 @@ lib/ansible/modules/packaging/os/flatpak_remote.py E210
|
|||
lib/ansible/modules/packaging/os/homebrew.py E326
|
||||
lib/ansible/modules/packaging/os/homebrew_cask.py E326
|
||||
lib/ansible/modules/packaging/os/layman.py E322
|
||||
lib/ansible/modules/packaging/os/macports.py E322
|
||||
lib/ansible/modules/packaging/os/macports.py E326
|
||||
lib/ansible/modules/packaging/os/openbsd_pkg.py E326
|
||||
lib/ansible/modules/packaging/os/opkg.py E322
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue