made note about choice availability in ansible ver

This commit is contained in:
Brian Coca 2016-01-11 18:22:41 -05:00
parent 8e066cd124
commit 4d2cdfe324

View file

@ -83,6 +83,7 @@ options:
state:
description:
- The state of module
- The 'forcereinstall' option is only available in Ansible 2.1 and above.
required: false
default: present
choices: [ "present", "absent", "latest", "forcereinstall" ]