From 2e9f4b8f06d941416463f8f03c9e43cda194ab16 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 11:04:23 +0200 Subject: [PATCH] Disable volume testing for now --- integration/molecule/default/molecule.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/integration/molecule/default/molecule.yml b/integration/molecule/default/molecule.yml index b4d0de6..2d12fb4 100644 --- a/integration/molecule/default/molecule.yml +++ b/integration/molecule/default/molecule.yml @@ -7,9 +7,10 @@ platforms: - name: "molecule-hetznercloud-${INSTANCE_UUID}" server_type: cx11 image: debian-10 - volumes: - - name: "molecule-hetznercloud-volume-1-${INSTANCE_UUID}" - # - name: "molecule-hetznercloud-volume-2-${INSTANCE_UUID}" + # https://github.com/ansible-community/molecule-hetznercloud/issues/24 + # volumes: + # - name: "molecule-hetznercloud-volume-1-${INSTANCE_UUID}" + # - name: "molecule-hetznercloud-volume-2-${INSTANCE_UUID}" networks: molecule-hetznercloud-network-1: ip_range: 10.10.0.0/16