1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Don't need postfix.

This commit is contained in:
Drew Larson 2016-03-24 10:50:51 -06:00
parent d079f66292
commit be106fc805

View File

@ -12,9 +12,6 @@
- name: install supervisord - name: install supervisord
action: apt update_cache=no pkg=supervisor state=installed action: apt update_cache=no pkg=supervisor state=installed
- name: install postfix
action: apt update_cache=no pkg=postfix state=installed
- name: install redis - name: install redis
action: apt name=redis-server update_cache=yes state=latest action: apt name=redis-server update_cache=yes state=latest