Skip to content

Commit c0491c6

Browse files
committed
SOGo: remove packages list from tasks
1 parent 84f78dd commit c0491c6

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

install/playbooks/roles/sogo/tasks/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,8 @@
33
- name: Start by installing the required packages
44
tags: apt
55
apt:
6-
name: '{{ pkgs }}'
6+
name: '{{ sogo_pkgs }}'
77
state: present
8-
vars:
9-
pkgs:
10-
- postgresql
11-
- sogo-common
12-
- sogo
13-
- memcached
14-
- python-psycopg2
15-
- zip
168

179
# Web server configuration ====================================================
1810

install/playbooks/roles/sogo/vars/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
---
2+
# SOGo packages to install
3+
sogo_pkgs:
4+
- postgresql
5+
- sogo-common
6+
- sogo
7+
- memcached
8+
- python-psycopg2
9+
- zip
10+
211

312
# Default nginx security headers for the simple web site.
413
# You can override this

0 commit comments

Comments
 (0)