Merge "Remove byobu profile configuration"

This commit is contained in:
Zuul 2022-04-12 19:46:02 +00:00 committed by Gerrit Code Review
commit dca24c0f74

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