mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
(cherry picked from commit ddc989ec6d
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c5ff49db56
commit
5a2e7f9b1b
38 changed files with 242 additions and 228 deletions
|
@ -31,7 +31,7 @@ options:
|
|||
- Update Macports and the ports tree, either prior to installing ports or as a separate step.
|
||||
- Equivalent to running C(port selfupdate).
|
||||
aliases: ['update_cache', 'update_ports']
|
||||
default: "no"
|
||||
default: false
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
|
@ -43,7 +43,7 @@ options:
|
|||
description:
|
||||
- Upgrade all outdated ports, either prior to installing ports or as a separate step.
|
||||
- Equivalent to running C(port upgrade outdated).
|
||||
default: "no"
|
||||
default: false
|
||||
type: bool
|
||||
variant:
|
||||
description:
|
||||
|
@ -72,13 +72,13 @@ EXAMPLES = '''
|
|||
|
||||
- name: Update Macports and the ports tree, then upgrade all outdated ports
|
||||
community.general.macports:
|
||||
selfupdate: yes
|
||||
upgrade: yes
|
||||
selfupdate: true
|
||||
upgrade: true
|
||||
|
||||
- name: Update Macports and the ports tree, then install the foo port
|
||||
community.general.macports:
|
||||
name: foo
|
||||
selfupdate: yes
|
||||
selfupdate: true
|
||||
|
||||
- name: Remove the foo port
|
||||
community.general.macports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue