mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ansible_galaxy_install: forgot to remove mentions of the no longer supported Ansible 2.9 in the docs (#7555)
Forgot to remove mentions of the no longer supported Ansible 2.9 in the docs.
This commit is contained in:
parent
21cd65fccf
commit
404782c9d7
1 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,6 @@ options:
|
||||||
- The type of installation performed by C(ansible-galaxy).
|
- The type of installation performed by C(ansible-galaxy).
|
||||||
- If O(type=both), then O(requirements_file) must be passed and it may contain both roles and collections.
|
- If O(type=both), then O(requirements_file) must be passed and it may contain both roles and collections.
|
||||||
- "Note however that the opposite is not true: if using a O(requirements_file), then O(type) can be any of the three choices."
|
- "Note however that the opposite is not true: if using a O(requirements_file), then O(type) can be any of the three choices."
|
||||||
- "B(Ansible 2.9): The option V(both) will have the same effect as V(role)."
|
|
||||||
type: str
|
type: str
|
||||||
choices: [collection, role, both]
|
choices: [collection, role, both]
|
||||||
required: true
|
required: true
|
||||||
|
@ -54,7 +53,6 @@ options:
|
||||||
- Path to a file containing a list of requirements to be installed.
|
- Path to a file containing a list of requirements to be installed.
|
||||||
- It works for O(type) equals to V(collection) and V(role).
|
- It works for O(type) equals to V(collection) and V(role).
|
||||||
- O(name) and O(requirements_file) are mutually exclusive.
|
- O(name) and O(requirements_file) are mutually exclusive.
|
||||||
- "B(Ansible 2.9): It can only be used to install either O(type=role) or O(type=collection), but not both at the same run."
|
|
||||||
type: path
|
type: path
|
||||||
dest:
|
dest:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue