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

added missing version_Added

This commit is contained in:
Brian Coca 2016-01-25 23:42:04 -05:00 committed by Matt Clay
parent 457dfb3b4b
commit 19b3d43aa5

View file

@ -101,10 +101,12 @@ options:
activation or deactivation to complete before returning. activation or deactivation to complete before returning.
required: false required: false
default: False default: False
version_added: "2.1"
timeout: timeout:
description: description:
- An integer value representing the number of seconds to - An integer value representing the number of seconds to
wait for the node activation or deactivation to complete. wait for the node activation or deactivation to complete.
version_added: "2.1"
''' '''
EXAMPLES = ''' EXAMPLES = '''