summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-22 13:20:40 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-22 13:20:40 +0300
commit051166e60c90b65cd167c9e5d7d7209e046e3e2c (patch)
treef661f47ff3f80599ff6dd7f1a7635b22b03d5043
parent2acbdbbe635b1c04a10cbd5af785a720145859a8 (diff)
downloaddebian-ansible-051166e60c90b65cd167c9e5d7d7209e046e3e2c.tar.gz
chore: change name of base Debian image
There's no point in embedding the Debian release version in the filename. Sponsored-by: author
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 0b2b460..225aa7e 100755
--- a/check
+++ b/check
@@ -45,7 +45,7 @@ chmod 0600 ssh/id
# Create configuration for the test VMs used by the test suite.
cat >test.cfg <<EOF
name: debian-ansible-test
-base_image: "$HOME/tmp/debian-10-openstack-amd64.qcow2"
+base_image: "$HOME/tmp/debian.qcow2"
username: debian
cpus: 2
memory: 1024