xoxys.postfix_relay/tasks/install.yml
Robert Kaussow d3a2b0ac28
All checks were successful
continuous-integration/drone/push Build is passing
add new drone config; fix small design issues
2019-06-18 10:46:05 +02:00

9 lines
175 B
YAML

---
- name: Install required postfix packages
package:
name: "{{ item }}"
state: present
loop: "{{ __postfix_relay_packages }}"
become: True
become_user: root