Skip to content

Commit df1a6b0

Browse files
author
Federico Ceratto
committed
Remove sshfeeder key slurp
1 parent cbaa7e1 commit df1a6b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ansible/roles/fastpath/tasks/main.yml

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
with_items:
2929
- /root/fastpath_0.1_all.deb
3030

31-
- name: Fetch sshfeeder pubkey from fastpath host
32-
slurp:
33-
src: /var/lib/fastpath/ssh/id_ed25519.pub
34-
register: sshfeeder_pubkey_b64encoded
35-
3631
- name: generate fastpath.conf file with collectors
3732
template:
3833
owner: "root"

0 commit comments

Comments
 (0)