Skip to content

Commit

Permalink
🔥 Drop Debian 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXHX committed Jun 20, 2023
1 parent 4632959 commit a638944
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
scenario:
- debian-9
- debian-10
- debian-11
- debian-12
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Managed OS / Versions

| OS | Status |
|:--------------------:|:-------------------:|
| Debian Stretch (9) | :heavy_check_mark: |
| Debian Buster (10) | :heavy_check_mark: |
| Debian Bullseye (11) | :heavy_check_mark: |
| Debian Bookworm (12) | :heavy_check_mark: |
Expand Down
2 changes: 0 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
Vagrant.configure("2") do |config|

vms_debian = [
{ :name => "debian-stretch", :box => "debian/stretch64", :vars => {} },
{ :name => "debian-buster", :box => "debian/buster64", :vars => {} },
{ :name => "debian-bullseye", :box => "debian/bullseye64", :vars => {} }
]

conts = [
{ :name => "docker-debian-stretch", :docker => "hanxhx/vagrant-ansible:debian9", :vars => {} },
{ :name => "docker-debian-buster", :docker => "hanxhx/vagrant-ansible:debian10", :vars => {} },
{ :name => "docker-debian-bullseye", :docker => "hanxhx/vagrant-ansible:debian11", :vars => {} },
]
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ galaxy_info:
platforms:
- name: Debian
versions:
- stretch
- buster
- bullseye
- bookworm
Expand Down
13 changes: 0 additions & 13 deletions molecule/debian-9/molecule.yml

This file was deleted.

0 comments on commit a638944

Please sign in to comment.