Remove inexistant docker host
This commit is contained in:
parent
03d48a2d82
commit
b1f56938e6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
# Deploy Docker hosts
|
||||
- hosts: docker-ovh.adm.auro.re,docker-worker1-aurore.adm.auro.re,gitea.adm.auro.re,drone.adm.auro.re
|
||||
- hosts: docker-ovh.adm.auro.re,gitea.adm.auro.re,drone.adm.auro.re
|
||||
roles:
|
||||
- docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue