1
0
Fork 0
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 (#3804)

* ansible_galaxy_install - minor documentation fix

* further adjustments
This commit is contained in:
Alexei Znamensky 2021-11-30 18:08:51 +13:00 committed by GitHub
parent d60edc4ac1
commit 49bdc0f218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,9 @@ options:
name:
description:
- 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.
type: str
requirements_file:
@ -61,7 +63,7 @@ options:
ack_ansible29:
description:
- 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
default: false
"""