Skip to content

Commit

Permalink
Merge pull request #3 from mekanix/master
Browse files Browse the repository at this point in the history
Add taskwarrior
  • Loading branch information
Goran Mekić committed Oct 5, 2015
2 parents 134767f + 714592a commit 3567477
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions provision/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@
apt:
pkg: "{{ item.name }}"
state: latest

- name: initialize taskwarrior
file:
path: ~/.taskrc
state: touch

- name: initialize taskwarrior
shell: task
ignore_errors: yes
2 changes: 2 additions & 0 deletions provision/roles/common/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
common_packages:
- name: git
- name: taskwarrior
- name: wajig

0 comments on commit 3567477

Please sign in to comment.