1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Update plugins/inventory/hcloud.py

fix the sanity check

Co-authored-by: Lukas Kämmerling <github@lukas-kaemmerling.de>
This commit is contained in:
Tagir Bakirov 2022-06-10 09:04:38 +02:00 committed by GitHub
parent 40d99c1988
commit 540770e627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ DOCUMENTATION = r'''
description: Populate inventory with instances with this status.
default: []
type: list
elements: str
required: false
'''