system-config/playbooks/roles/base/exim/tasks/default.yaml

5 lines
77 B
YAML

- name: Install Exim
package:
state: present
name: '{{ package }}'