ansible-role-tftpd-hpa/tasks/debian.yml

13 lines
218 B
YAML
Raw Normal View History

2016-01-20 23:34:45 +01:00
---
- name: debian | updating apt-cache
apt:
update_cache: true
cache_valid_time: 86400
- name: debian | installing packages
apt:
name: "{{ item }}"
with_items:
- tftpd-hpa
- inetutils-inetd