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

Fix default value of new option. (#3338) (#3341)

(cherry picked from commit a20862797e)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2021-09-07 06:16:30 +02:00 committed by GitHub
parent 73de447489
commit 2c167547f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "linode inventory plugin - fix default value of new option ``ip_style`` (https://github.com/ansible-collections/community.general/issues/3337)."

View file

@ -29,8 +29,7 @@ DOCUMENTATION = r'''
ip_style:
description: Populate hostvars with all information available from the Linode APIv4.
type: string
default:
- plain
default: plain
choices:
- plain
- api