ansible-roles/evolinux-base/tasks/top.yml
Brice Waegeneire 6df10be6ef
Some checks reported errors
continuous-integration/drone/push Build was killed
evolinux-base: Fix top config.
The wrong file was used as topdefaultrc.  And we were using the wrong
encoding, as top use ISO-8859 instead of UTF-8.
2022-03-15 10:22:21 +01:00

8 lines
187 B
YAML

---
- name: Deploy top configuration file
copy:
# The config format is unredable; ATM it only add the SWAP column
src: topdefaultrc
dest: /etc/topdefaultrc
mode: "0644"