Browse Source

correct dovecot packages

master
parent
commit
8340f5c896
1 changed files with 17 additions and 1 deletions
  1. +17
    -1
      tasks/main.yml

+ 17
- 1
tasks/main.yml View File

@@ -2,4 +2,20 @@

- name: install package
apt:
pkg: dovecot
pkg: "{{ item }}"
with_items:
- dovecot-imapd
- dovecot-lmptd

- name: configuration pull directory
local_action: file
args:
path: host_files/{{inventory_hostname}}/etc
state: directory

- name: pull configuration
synchronize:
src: /etc/dovecot
dest: host_files/{{inventory_hostname}}/etc/
mode: pull
recursive: true

Loading…
Cancel
Save