Changeset - 4178e94bf1d6
[Not reviewed]
0 3 0
Branko Majic (branko) - 9 months ago 2023-08-11 01:05:38
branko@majic.rs
MAR-181: Drop support for Debian 9 Stretch from the bootstrap role.
3 files changed with 0 insertions and 16 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -201,7 +201,6 @@ Distribution compatibility
 

	
 
Role is compatible with the following distributions:
 

	
 
- Debian 9 (Stretch)
 
- Debian 10 (Buster)
 

	
 

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

	
 
platforms:
 

	
 
  - name: parameters-mandatory-stretch64
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-stretch64
 
    memory: 256
 
    cpus: 1
 

	
 
  - name: parameters-optional-stretch64
 
    groups:
 
      - parameters-optional
 
    box: debian/contrib-stretch64
 
    memory: 256
 
    cpus: 1
 

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