Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt (#125)

* Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt

* Fix sanity
This commit is contained in:
Andrew Klychkov 2022-04-22 10:35:17 +03:00 committed by GitHub
parent 28eb3404f3
commit 181949d165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -7,7 +7,6 @@ __metaclass__ = type
DOCUMENTATION = r''' DOCUMENTATION = r'''
name: hcloud name: hcloud
plugin_type: inventory
author: author:
- Lukas Kaemmerling (@lkaemmerling) - Lukas Kaemmerling (@lkaemmerling)
short_description: Ansible dynamic inventory plugin for the Hetzner Cloud. short_description: Ansible dynamic inventory plugin for the Hetzner Cloud.
@ -45,16 +44,19 @@ DOCUMENTATION = r'''
description: Populate inventory with instances in this location. description: Populate inventory with instances in this location.
default: [] default: []
type: list type: list
elements: str
required: false required: false
types: types:
description: Populate inventory with instances with this type. description: Populate inventory with instances with this type.
default: [] default: []
type: list type: list
elements: str
required: false required: false
images: images:
description: Populate inventory with instances with this image name, only available for system images. description: Populate inventory with instances with this image name, only available for system images.
default: [] default: []
type: list type: list
elements: str
required: false required: false
label_selector: label_selector:
description: Populate inventory with instances with this label. description: Populate inventory with instances with this label.

View file

@ -0,0 +1,2 @@
tests/utils/shippable/check_matrix.py replace-urlopen
tests/utils/shippable/timing.py shebang