ansible-roles/evolinux-base/tasks/top.yml
2021-08-17 18:03:00 +02:00

8 lines
181 B
YAML

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