fix: remove redundancy which prevent restart handler notification

This commit is contained in:
Leo Drachenfeuer 2023-04-27 10:50:55 +00:00
parent 3fac9583ac
commit 8a42acb378
Signed by: dragonleo
GPG Key ID: A8338FC081137CF0

View File

@ -51,13 +51,6 @@
- "tctl"
- "tsh"
- "teleport"
notify:
- "Restart Teleport"
- name: Copy teleport binary
ansible.builtin.copy:
remote_src: true
src: "/tmp/teleport-{{ teleport_version }}/teleport/teleport"
dest: "/usr/local/bin/teleport"
owner: "root"
group: "root"
mode: "0755"
notify: "Restart Teleport"