From c0a85f589fb7a4c7c5e50557dc6d9fff98c595f9 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 30 Nov 2021 20:05:50 +0100 Subject: [PATCH] bugfix: fixed pip requirements - hcloud>=1.16.0 due to hetzner.hcloud 1.6.0 https://githubhelp.com/ansible-collections/hetzner.hcloud/issues/104 --- pip-requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements b/pip-requirements index 213a1c7..6f16ad3 100644 --- a/pip-requirements +++ b/pip-requirements @@ -1,5 +1,5 @@ ansible ansible-core>=2.10 -hcloud +hcloud>=1.16.0 jmespath netaddr