ansible-config/roles/common/tasks/curl.yml

5 lines
68 B
YAML
Raw Normal View History

2015-08-29 23:37:16 +02:00
---
- name: install curl
apt: name=curl state=latest
tags: curl