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

7 lines
103 B
YAML
Raw Normal View History

2016-01-20 23:34:45 +01:00
---
2018-09-12 04:07:50 +02:00
- name: debian | Installing tftpd-hpa
2016-01-20 23:34:45 +01:00
apt:
2018-09-12 04:07:50 +02:00
name: tftpd-hpa
state: present
become: true