diff options
author | Kevin Fenzi <kevin@scrye.com> | 2014-07-15 18:39:34 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2014-07-15 18:39:34 +0000 |
commit | 0b7a7bfcc4edd2dd9eb4985ae059cd3f5f396f7b (patch) | |
tree | b4643efd0d1cd65c2a0859fb0f1b547ef54262c2 | |
parent | 76db690075fe61253c432be4ed6a8c347a9d9e42 (diff) | |
download | ansible-0b7a7bfcc4edd2dd9eb4985ae059cd3f5f396f7b.tar.gz ansible-0b7a7bfcc4edd2dd9eb4985ae059cd3f5f396f7b.tar.xz ansible-0b7a7bfcc4edd2dd9eb4985ae059cd3f5f396f7b.zip |
Drop this part, it's done in the hosts role.
-rw-r--r-- | tasks/sign_setup.yml | 6 |
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 - |