Fix group names for docker-repo

This commit is contained in:
Amarpreet Minhas 2022-07-04 12:26:21 -04:00
parent 3548ec2e24
commit 54c318e4d6
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ hardtack[1:7].minhas.io
[lnd]
redwingcherokee.minhas.io
[docker-repo]
[docker_repo]
sedan.minhas.io
[nomad_client]

View file

@ -1,5 +1,5 @@
---
- hosts: docker-repo
- hosts: docker_repo
roles:
- role: docker-repo
...