summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.yaml1
-rw-r--r--task-master-client.yaml2
-rw-r--r--taskd.yaml4
3 files changed, 1 insertions, 6 deletions
diff --git a/setup.yaml b/setup.yaml
index e23137d..8acd520 100644
--- a/setup.yaml
+++ b/setup.yaml
@@ -15,6 +15,7 @@
- zsh
- git
- stow
+ - acl
- name: Clone dotfiles
tags:
diff --git a/task-master-client.yaml b/task-master-client.yaml
index 9cee31a..e020446 100644
--- a/task-master-client.yaml
+++ b/task-master-client.yaml
@@ -4,8 +4,6 @@
gather_facts: false
tasks:
- name: Install taskwarrior
- tags:
- - slow
apt:
pkg:
- taskwarrior
diff --git a/taskd.yaml b/taskd.yaml
index 3d10711..7b635c5 100644
--- a/taskd.yaml
+++ b/taskd.yaml
@@ -5,8 +5,6 @@
tasks:
# Installation
- name: Install build tools
- tags:
- - slow
apt:
pkg:
- gcc
@@ -31,8 +29,6 @@
- name: Build taskd from source
remote_user: taskd
- tags:
- - slow
shell: |
cd /tmp
git clone --recursive https://github.com/GothenburgBitFactory/taskserver.git