Sign in
apache
/
toolchain
/
abd4d6f6fae4c92d51ed73ac56a0e26e4133a52a
/
.
/
roles
/
common
/
tasks
/
update_etc_hosts.yml
blob: 40b0846fd1208053d1dec124c0589e1f67380926 [
file
] [
log
] [
blame
]
---
-
name:
update_configs
|
/etc/hosts
sudo:
yes
sudo_user:
root
template:
src=hosts.j2 dest=/etc/hosts
owner=root group=root mode=0644
when:
update_etc_hosts
tags:
update_configs