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
This commit is contained in:
Clark Boylan 2022-03-15 14:55:43 -07:00
parent 8a0a0040e3
commit 5443705a32

View File

@ -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