Skip to content

Commit

Permalink
add mailutils to the install
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel authored Aug 18, 2024
1 parent c01e27f commit edd7b8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
- name: Load OS-Specific vars
include_vars: "{{ ansible_os_family }}.yml"

- name: Postfix is installed
- name: Postfix and mailutils are installed
package:
name: postfix
name:
- postfix
- mailutils
state: present

- name: SASL packages for auth are installed
Expand Down

0 comments on commit edd7b8d

Please sign in to comment.