summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tasks/sign_setup.yml6
1 files changed, 0 insertions, 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
-