Changeset - e03db1f2abd3
[Not reviewed]
0 3 0
Branko Majic (branko) - 2 months ago 2024-02-10 13:34:57
branko@majic.rs
MAR-191: Drop support for Debian 10 Buster from the bootstrap role.
3 files changed with 0 insertions and 20 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -202,7 +202,6 @@ Distribution compatibility
 

	
 
Role is compatible with the following distributions:
 

	
 
- Debian 10 (Buster)
 
- Debian 11 (Bullseye)
 

	
 

	
roles/bootstrap/meta/main.yml
Show inline comments
 
@@ -8,5 +8,4 @@ galaxy_info:
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 10
 
        - 11
roles/bootstrap/molecule/default/molecule.yml
Show inline comments
 
@@ -14,24 +14,6 @@ lint:
 

	
 
platforms:
 

	
 
  - name: parameters-mandatory-buster
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-buster64
 
    memory: 256
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
  - name: parameters-optional-buster
 
    groups:
 
      - parameters-optional
 
    box: debian/contrib-buster64
 
    memory: 256
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
  - name: parameters-mandatory-bullseye
 
    groups:
 
      - parameters-mandatory
0 comments (0 inline, 0 general)