ansible/roles/common/defaults/main.yml

8 lines
328 B
YAML
Raw Normal View History

2016-11-25 19:51:38 +00:00
static_files:
- { from: locale.conf, to: /etc/locale.conf }
- { from: whois.conf, to: /etc/whois.conf }
- { from: resolv.conf, to: /etc/resolv.conf }
- { from: logind.conf, to: /etc/systemd/system/logind.conf }
- { from: locale.gen, to: /etc/locale.gen }
- { from: man-db.hook, to: /etc/pacman.d/hooks/man-db.hook }