We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f489ce commit 7ed7645Copy full SHA for 7ed7645
README.md
@@ -19,7 +19,6 @@ Requirements
19
20
* Debian
21
22
- * Stretch (9)
23
* Buster (10)
24
* Bullseye (11)
25
meta/main.yml
@@ -19,7 +19,6 @@ galaxy_info:
- focal
- name: Debian
versions:
- - stretch
- buster
- bullseye
- name: opensuse
molecule/debian_min/molecule.yml
@@ -9,7 +9,7 @@ role_name_check: 2
9
10
platforms:
11
- name: ansible_role_minikube_debian_min
12
- image: debian:9
+ image: debian:10
13
14
provisioner:
15
name: ansible
0 commit comments