fix: remove redundancy which prevent restart handler notification
This commit is contained in:
parent
3fac9583ac
commit
8a42acb378
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user