From 0b7a7bfcc4edd2dd9eb4985ae059cd3f5f396f7b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 15 Jul 2014 18:39:34 +0000 Subject: Drop this part, it's done in the hosts role. --- tasks/sign_setup.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/sign_setup.yml b/tasks/sign_setup.yml index 8b60b1ba9..30d6edb7f 100644 --- a/tasks/sign_setup.yml +++ b/tasks/sign_setup.yml @@ -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 - -- cgit