Changeset - 9c0b92a5d2c6
[Not reviewed]
0 2 0
Branko Majic (branko) - 4 years ago 2020-05-06 00:43:48
branko@majic.rs
MAR-152: Drop support for Debian 8 Jessie from the backup role.
2 files changed with 0 insertions and 15 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -2370,7 +2370,6 @@ Distribution compatibility
 

	
 
Role is compatible with the following distributions:
 

	
 
- Debian 8 (Jessie)
 
- Debian 9 (Stretch)
 

	
 

	
roles/backup/molecule/default/molecule.yml
Show inline comments
 
@@ -14,20 +14,6 @@ lint:
 

	
 
platforms:
 

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

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

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