keep host downloader

This commit is contained in:
Smaine Kahlouch 2015-12-31 09:38:55 +01:00
parent dbb6f4934e
commit a11e0cb3d1

View file

@ -1,4 +1,9 @@
---
- hosts: downloader
sudo: no
roles:
- { role: download, tags: download }
- hosts: k8s-cluster
roles:
- { role: common, tags: common }