gitea_action: fix extra_hosts
This commit is contained in:
@@ -36,7 +36,8 @@
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
extra_hosts: gitea.arcodange.duckdns.org={{ hostvars[groups.gitea[0]].ansible_host }}
|
extra_hosts:
|
||||||
|
gitea.arcodange.duckdns.org: '{{ lookup("dig", groups.gitea[0]) }}'
|
||||||
configs:
|
configs:
|
||||||
- config.yaml
|
- config.yaml
|
||||||
configs:
|
configs:
|
||||||
|
|||||||
Reference in New Issue
Block a user