Ship default /etc/htoprc in access points & base
authornicoo <nicoo@realraum.at>
Mon, 26 Nov 2018 22:31:24 +0000 (23:31 +0100)
committernicoo <nicoo@realraum.at>
Mon, 26 Nov 2018 22:31:24 +0000 (23:31 +0100)
ansible/group_vars/accesspoints/main.yml
ansible/roles/base/tasks/main.yml

index 233b08a..7d4b030 100644 (file)
@@ -146,7 +146,7 @@ openwrt_mixin:
       {{ key }}
       {% endfor %}
 
-  /root/.config/htop/htoprc:
+  /etc/htoprc:
     file: "{{ global_files_dir }}/common/htoprc"
 
 
index e7e808e..7fb9d24 100644 (file)
 
 - name: Deploy default configuration for tools
   with_dict:
+    /etc/htoprc: "{{ global_files_dir }}/common/htoprc"
+
     /etc/zsh/zprofile: zprofile
     /etc/zsh/zshrc: zshrc
     /etc/skel/.zshrc: zshrc.skel