diff options
Diffstat (limited to 'ansible/roles/postfix')
| -rw-r--r-- | ansible/roles/postfix/meta/main.yml | 4 | ||||
| -rw-r--r-- | ansible/roles/postfix/tasks/main.yml | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ansible/roles/postfix/meta/main.yml b/ansible/roles/postfix/meta/main.yml new file mode 100644 index 0000000..addf15d --- /dev/null +++ b/ansible/roles/postfix/meta/main.yml @@ -0,0 +1,4 @@ +--- +dependencies: + # Mail client + - neomutt diff --git a/ansible/roles/postfix/tasks/main.yml b/ansible/roles/postfix/tasks/main.yml index 3340989..b8f3a35 100644 --- a/ansible/roles/postfix/tasks/main.yml +++ b/ansible/roles/postfix/tasks/main.yml @@ -1,5 +1,5 @@ --- -- name: Install postfix & mail client +- name: Install postfix & tools package: name: # Postfix & routing plugins @@ -9,8 +9,6 @@ - postsrsd # Security and anti-spam tools - postfix-policyd-spf-python - # Mail clients - - neomutt state: present tags: - role::postfix |