ansible-config/roles/common/tasks/wget.yml
2015-08-29 23:42:11 +02:00

5 lines
68 B
YAML

---
- name: install wget
apt: name=wget state=latest
tags: wget