From 8a42acb378018b9ba8fb59f0985ce018acc634d2 Mon Sep 17 00:00:00 2001 From: Leo Drachenfeuer Date: Thu, 27 Apr 2023 10:50:55 +0000 Subject: [PATCH] fix: remove redundancy which prevent restart handler notification --- tasks/install.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index 7629644..30a2b51 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -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"