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

8 lines
187 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: topdefaultrc
dest: /etc/topdefaultrc
mode: "0644"