mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
4 lines
258 B
YAML
4 lines
258 B
YAML
---
|
|
- name: Update /etc/hosts
|
|
lineinfile: dest=/etc/hosts regexp='^127\.0\.0\.1' line='127.0.0.1 localhost {{ vagrant_local.vm.docker_hosts_container|default('') }}' owner=root group=root mode=0644
|
|
when: vagrant_local.vm.docker_hosts_container is defined |