mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Fix default value of new option. (#3338)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user