Drop this part, it's done in the hosts role.

This commit is contained in:
Kevin Fenzi 2014-07-15 18:39:34 +00:00
parent 76db690075
commit 0b7a7bfcc4

View file

@ -35,9 +35,3 @@
- name: enable ntpd
action: service name=ntpd enabled=true state=started
- name: /etc/hosts
action: copy src="{{ files }}/hosts/sign-hosts" dest=/etc/hosts
tags:
- configs