Skip to content

Commit

Permalink
Add version_added: "2.10" to new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannis100 committed Aug 29, 2019
1 parent 6fff058 commit fb49b8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ansible/plugins/inventory/netbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@
description: Get vlans in site group vars
type: boolean
default: False
version_added: "2.10"
interfaces:
description: Get interfaces of the device in host vars
type: boolean
default: False
version_added: "2.10"
token:
required: True
description: NetBox token.
Expand Down Expand Up @@ -84,10 +86,12 @@
description: Length of group name prefix
type: int
default: 15
version_added: "2.10"
use_slugs:
description: Use slug instead of name for group name suffix
type: boolean
default: False
version_added: "2.10"
'''

EXAMPLES = '''
Expand Down

0 comments on commit fb49b8b

Please sign in to comment.