8 lines
116 B
YAML
8 lines
116 B
YAML
---
|
|
# Install getmail
|
|
- name: Installing getmail
|
|
apt:
|
|
update_cache: yes
|
|
state: present
|
|
name: getmail4
|