Commit e60aa7a
Changed files (2)
tasks
tasks/battery.yml
@@ -0,0 +1,14 @@
+---
+# battery.yml tasks
+
+- name: fetch spark & battery
+ get_url:
+ url: "{{ item }}"
+ dest: /usr/local/bin
+ mode: 0755
+ become: yes
+ tags: battery
+ with_items:
+ - https://raw.githubusercontent.com/goles/battery/master/battery
+ - https://raw.githubusercontent.com/holman/spark/master/spark
+
main.yml
@@ -46,17 +46,15 @@
- mplayer
- netpbm
- # system apps
- include: tasks/st.yml
- include: tasks/dwm.yml
- include: tasks/slock.yml
- # system config
- include: tasks/home.yml
- include: tasks/xorg.yml
- include: tasks/systemd.yml
- # development apps
- include: tasks/lastpass.yml
- include: tasks/sourcecodepro.yml
+ - include: tasks/battery.yml
- include: tasks/golang.yml