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