mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* ansible_galaxy_install - minor documentation fix
* further adjustments
(cherry picked from commit 49bdc0f218
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
491196937d
commit
a11022e896
1 changed files with 29 additions and 27 deletions
|
@ -34,7 +34,9 @@ options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Name of the collection or role being installed.
|
- Name of the collection or role being installed.
|
||||||
- Versions can be specified with C(ansible-galaxy) usual formats. For example, C(community.docker:1.6.1) or C(ansistrano.deploy,3.8.0).
|
- >
|
||||||
|
Versions can be specified with C(ansible-galaxy) usual formats.
|
||||||
|
For example, the collection C(community.docker:1.6.1) or the role C(ansistrano.deploy,3.8.0).
|
||||||
- I(name) and I(requirements_file) are mutually exclusive.
|
- I(name) and I(requirements_file) are mutually exclusive.
|
||||||
type: str
|
type: str
|
||||||
requirements_file:
|
requirements_file:
|
||||||
|
@ -61,7 +63,7 @@ options:
|
||||||
ack_ansible29:
|
ack_ansible29:
|
||||||
description:
|
description:
|
||||||
- Acknowledge using Ansible 2.9 with its limitations, and prevents the module from generating warnings about them.
|
- Acknowledge using Ansible 2.9 with its limitations, and prevents the module from generating warnings about them.
|
||||||
- This option is completely ignored if using a version Ansible greater than C(2.9.x).
|
- This option is completely ignored if using a version of Ansible greater than C(2.9.x).
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue