mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fix default value of new option. (#3338)
This commit is contained in:
2
changelogs/fragments/3337-linode-fix.yml
Normal file
2
changelogs/fragments/3337-linode-fix.yml
Normal 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)."
|
||||||
@@ -29,8 +29,7 @@ DOCUMENTATION = r'''
|
|||||||
ip_style:
|
ip_style:
|
||||||
description: Populate hostvars with all information available from the Linode APIv4.
|
description: Populate hostvars with all information available from the Linode APIv4.
|
||||||
type: string
|
type: string
|
||||||
default:
|
default: plain
|
||||||
- plain
|
|
||||||
choices:
|
choices:
|
||||||
- plain
|
- plain
|
||||||
- api
|
- api
|
||||||
|
|||||||
Reference in New Issue
Block a user