Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit cd02c7c

Browse files
committed
manala.redis
1 parent 1b1b64c commit cd02c7c

16 files changed

+10
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Removed
9+
- Debian wheezy support
810

911
## [1.0.7] - 2019-10-29
1012
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ include .manala/make/Makefile
1111
########
1212

1313
ROLE = manala.redis
14-
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch debian.buster
14+
ROLE_DISTRIBUTIONS = debian.jessie debian.stretch debian.buster

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ galaxy_info:
1414
platforms:
1515
- name: Debian
1616
versions:
17-
- wheezy
1817
- jessie
1918
- stretch
2019
- buster

tests/0100_install.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- name: "{{ test }}"
44
hosts:
5-
- debian.wheezy
65
- debian.jessie
76
- debian.stretch
87
become: true

tests/0101_install.5.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
- name: "{{ test }}"
4-
hosts: debian:!debian.wheezy:!debian.jessie
4+
hosts: debian:!debian.jessie
55
become: true
66
vars:
77
manala_redis_config:

tests/0110_install_sentinel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- name: "{{ test }}"
44
hosts:
5-
- debian.wheezy
65
- debian.jessie
76
- debian.stretch
87
become: true

tests/0111_install_sentinel.5.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
- name: "{{ test }}"
4-
hosts: debian:!debian.wheezy:!debian.jessie
4+
hosts: debian:!debian.jessie
55
become: true
66
vars:
77
manala_redis_config:

tests/0200_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- name: "{{ test }}"
44
hosts:
5-
- debian.wheezy
65
- debian.jessie
76
- debian.stretch
87
become: true

tests/0201_config.5.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
- name: "{{ test }}"
4-
hosts: debian:!debian.wheezy:!debian.jessie
4+
hosts: debian:!debian.jessie
55
become: true
66
vars:
77
manala_redis_config:

tests/0210_config_sentinel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- name: "{{ test }}"
44
hosts:
5-
- debian.wheezy
65
- debian.jessie
76
- debian.stretch
87
become: true

0 commit comments

Comments
 (0)