summaryrefslogtreecommitdiff
path: root/taskd.yaml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-03-26 14:54:44 +0300
committereug-vs <eugene@eug-vs.xyz>2022-03-26 14:54:44 +0300
commitd0d1a95ca8f62edaae82f643b33d0fcf517eaf90 (patch)
treef27f0cb11ab5c71353d47f45f6033952216fe139 /taskd.yaml
parent7868305f1cf6f7db7716b4136885fbb06ebf861c (diff)
downloadinfrastructure-d0d1a95ca8f62edaae82f643b33d0fcf517eaf90.tar.gz
feat: remove extra tags
Diffstat (limited to 'taskd.yaml')
-rw-r--r--taskd.yaml4
1 files changed, 0 insertions, 4 deletions
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