]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/xinetd/tasks/main.yml
299c4c67ce301ea723f59fb4f0f6005b649a2fc4
[AnsibleRoles.git] / roles / xinetd / tasks / main.yml
1 ---
2 # tasks file for xinetd
3
4 - name: install xinetd(8)
5   tags:
6     - packages
7   apt: >
8     state=installed
9     name={{ item }}
10   with_items:
11     - xinetd