mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Macports: Add upgrade parameter and replace update_ports with selfupdate (#45049)
* macports: Replace update_ports with selfupdate - Macports discourages use of `port sync` and recommends using `port selfupdate` instead. - Keep `update_cache` and `update_ports` as aliases. - No longer require the `name` parameter so that `selfupdate` can be used in a task by itself. * macports: Add upgrade parameter - New upgrade parameter which can be used to upgrade all outdated ports. * Add changelog fragment
This commit is contained in:
2
changelogs/fragments/macports-upgrade-selfupdate.yml
Normal file
2
changelogs/fragments/macports-upgrade-selfupdate.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- macports - add upgrade parameter and replace update_ports parameter with selfupdate (https://github.com/ansible/ansible/pull/45049)
|
||||
Reference in New Issue
Block a user