From 5443705a321b24b2a628765c1e107b3817737d21 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 15 Mar 2022 14:55:43 -0700 Subject: [PATCH] Remove byobu profile configuration We thought byobu was removed but it is sneaky and eventually changed name for some reason. Make sure both versions of the file are absent. Change-Id: I0cef293732b02228433dca5b4aa648d550ae5254 --- playbooks/roles/base/server/tasks/main.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/playbooks/roles/base/server/tasks/main.yaml b/playbooks/roles/base/server/tasks/main.yaml index 2f515ea92b..3c9a62b712 100644 --- a/playbooks/roles/base/server/tasks/main.yaml +++ b/playbooks/roles/base/server/tasks/main.yaml @@ -47,11 +47,16 @@ mode: 0444 notify: Restart ssh -- name: Disable byobu +- name: Disable byobu part 1 file: path: /etc/profile.d/Z98-byobu.sh state: absent +- name: Disable byobu part 2 + file: + path: /etc/profile.d/Z97-byobu.sh + state: absent + - name: Setup RFC3339 bash history timestamps copy: mode: 0644