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

5 lines
68 B
YAML

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