Skip to content

Commit

Permalink
ansible-scylla-node: Adds version 2022.1 as supported by CentOS 7/8
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Benzecri <[email protected]>
  • Loading branch information
ebenzecri authored and vladzcloudius committed Oct 13, 2023
1 parent 407512e commit ced11b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible-scylla-node/tasks/upgrade/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
minimum_version: '8.0',
template: 'redhat',
oss: ['4.4','4.3','4.2','4.1'],
enterprise: ['2023.1','2022.2','2021.1','2020.1']
enterprise: ['2023.1','2022.2','2022.1','2021.1','2020.1']
},
'7': {
minimum_version: '7.3',
template: 'redhat',
oss: ['4.4','4.3','4.2','4.1','4.0'],
enterprise: ['2023.1','2022.2','2021.1','2020.1']
enterprise: ['2023.1','2022.2','2022.1','2021.1','2020.1']
}
},
# Debian
Expand Down

0 comments on commit ced11b0

Please sign in to comment.