]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/xinetd/tasks/main.yml
lvm-mv: Remove bogus references to MySQL ...
[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=present
9     name={{ item }}
10   with_items:
11     - xinetd