mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
made note about choice availability in ansible ver
This commit is contained in:
parent
0ca9356675
commit
e2062c44d9
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- The state of module
|
- The state of module
|
||||||
|
- The 'forcereinstall' option is only available in Ansible 2.1 and above.
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
choices: [ "present", "absent", "latest", "forcereinstall" ]
|
choices: [ "present", "absent", "latest", "forcereinstall" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue