From 9929fbef7387ca9e73e8d6d455546c249729a9fe Mon Sep 17 00:00:00 2001 From: "David W. Streever" Date: Wed, 14 Oct 2020 07:42:56 -0400 Subject: [PATCH] deployment adjustment --- hive-sre/bin/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hive-sre/bin/deploy.yaml b/hive-sre/bin/deploy.yaml index 16ac2d7..7880603 100644 --- a/hive-sre/bin/deploy.yaml +++ b/hive-sre/bin/deploy.yaml @@ -38,9 +38,11 @@ src: /usr/local/hive-sre/bin/hive-sre dest: /usr/local/bin/hive-sre mode: 0755 + state: link - name: Link executable file: src: /usr/local/hive-sre/bin/hive-sre-cli dest: /usr/local/bin/hive-sre-cli mode: 0755 + state: link