Skip to content

Commit

Permalink
Change task to install sympa from debian testing (#15)
Browse files Browse the repository at this point in the history
This is neccesarry to get a sympa version >6.2.54.
This is neccessary to have this PR: sympa-community/sympa#867
This is neccassary to prevent errors when using custom scenari with the [Sender] variable in a condition.
For example the uni_stuttgart_moderated scenario.
  • Loading branch information
neumantm authored Dec 14, 2020
1 parent d45d1ee commit 7ca8469
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
---
## Sympa configuration main tasks file

- name: Add Debian testing repo
apt_repository:
repo: deb http://deb.debian.org/debian/ testing main

- name: Pin Debian testing repo
copy:
content: |
Package: *
Pin: release a=testing
Pin-Priority: -1
dest: /etc/apt/preferences.d/limit-testing

- name: Check that "debconf" and "debconf-utils" are installed
apt:
name:
Expand Down Expand Up @@ -59,6 +71,7 @@
- sympa
- fcgiwrap
state: latest
default_release: testing

- name: Fix permissions
file:
Expand Down

0 comments on commit 7ca8469

Please sign in to comment.