evolinux-base: move htop/top config to different task file

This commit is contained in:
Jérémy Lecour 2023-11-29 09:22:31 +01:00 committed by Jérémy Lecour
parent f9125b8f3f
commit 9e3e20e3a8
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 13 additions and 11 deletions

View file

@ -214,3 +214,16 @@
- grep_hotplug_eni.rc == 0
- ansible.builtin.meta: flush_handlers
# Htop / top config
- name: Deploy htop configuration
ansible.builtin.copy:
src: htoprc
dest: /etc/htoprc
mode: "0644"
- name: Deploy top configuration file
ansible.builtin.file:
path: /etc/topdefaultrc
state: absent

View file

@ -23,14 +23,3 @@
owner: root
group: root
mode: "0755"
- name: Deploy htop configuration
ansible.builtin.copy:
src: htoprc
dest: /etc/htoprc
mode: "0644"
- name: Deploy top configuration file
ansible.builtin.file:
path: /etc/topdefaultrc
state: absent