1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-31 17:36:21 +00:00

Fix sanity issues. (#4346) (#4358)

(cherry picked from commit ca2c64b5ca)
This commit is contained in:
Felix Fontein 2022-03-14 21:30:52 +01:00 committed by GitHub
parent 2ffcda21dd
commit 78113c061b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 28 additions and 19 deletions

View file

@ -77,8 +77,8 @@ options:
description:
- Network family defined by Infinity, e.g. IPv4, IPv6 and Dual stack
type: str
choices: [ 4, 6, dual ]
default: 4
choices: [ '4', '6', dual ]
default: '4'
'''
EXAMPLES = r'''