1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

nova_compute: Adding the version_added flag to user_data.

Per note in GH-5916.
This commit is contained in:
Richard C Isaacson 2014-03-11 13:45:04 -05:00
parent 971199d433
commit 85b3c4d907

View file

@ -112,6 +112,7 @@ options:
- Opaque blob of data which is made available to the instance
required: false
default: None
version_added: "1.6"
requirements: ["novaclient"]
'''