From 68515bbb478f326a252ca688fcc97f3fdc8c4f97 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 28 Aug 2016 16:08:42 +0200 Subject: Initial commit, finally got around to cleanup and make it into a gitrepo. --- roles/tmux/tasks/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/tmux/tasks/main.yml (limited to 'roles/tmux/tasks/main.yml') diff --git a/roles/tmux/tasks/main.yml b/roles/tmux/tasks/main.yml new file mode 100644 index 0000000..76e918e --- /dev/null +++ b/roles/tmux/tasks/main.yml @@ -0,0 +1,15 @@ +--- + +- name: Install tmux and htop + become: yes + pacman: name={{ item }} state=present update_cache=yes + with_items: + - tmux + - htop + +- name: Copy tmux config + become: yes + become_user: "{{ normal_user }}" + copy: src=tmux.conf dest=/home/{{ normal_user }}/.tmux.conf + + -- cgit v1.2.3-70-g09d2