ansible-roles/evolinux-base/tasks/top.yml

8 lines
181 B
YAML
Raw Normal View History

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