mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2025-01-07 09:48:47 +00:00
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:
parent
28eb3404f3
commit
181949d165
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||||
|
|
2
tests/sanity/ignore-2.14.txt
Normal file
2
tests/sanity/ignore-2.14.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
tests/utils/shippable/check_matrix.py replace-urlopen
|
||||||
|
tests/utils/shippable/timing.py shebang
|
Loading…
Reference in a new issue