keep host downloader
parent
dbb6f4934e
commit
a11e0cb3d1
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- hosts: downloader
|
||||
sudo: no
|
||||
roles:
|
||||
- { role: download, tags: download }
|
||||
|
||||
- hosts: k8s-cluster
|
||||
roles:
|
||||
- { role: common, tags: common }
|
||||
|
|
Loading…
Reference in New Issue