From 3667197efb7b18ec842efd504785965911f8ac4b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:18:34 +0200 Subject: Adding upstream version 10.0.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/hetzner/hcloud/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ansible_collections/hetzner/hcloud/Makefile') diff --git a/ansible_collections/hetzner/hcloud/Makefile b/ansible_collections/hetzner/hcloud/Makefile index 48c411d64..12a2521ea 100644 --- a/ansible_collections/hetzner/hcloud/Makefile +++ b/ansible_collections/hetzner/hcloud/Makefile @@ -1,5 +1,8 @@ SHELL := bash -.PHONY: vendor clean +.PHONY: vendor clean dev + +dev: + cat tests/integration/cloud-config-hcloud.ini.in | envsubst > tests/integration/cloud-config-hcloud.ini vendor: python3 scripts/vendor.py @@ -21,8 +24,7 @@ lint-docs: venv . clean: - git clean -xdf \ - -e tests/integration/cloud-config-hcloud.ini + git clean -xdf sanity: ansible-test sanity --color --truncate 0 -v \ -- cgit v1.2.3