made note about choice availability in ansible ver
This commit is contained in:
parent
8e066cd124
commit
4d2cdfe324
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…
Reference in a new issue