diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-03-26 14:54:44 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-26 14:54:44 +0300 |
commit | d0d1a95ca8f62edaae82f643b33d0fcf517eaf90 (patch) | |
tree | f27f0cb11ab5c71353d47f45f6033952216fe139 | |
parent | 7868305f1cf6f7db7716b4136885fbb06ebf861c (diff) | |
download | infrastructure-d0d1a95ca8f62edaae82f643b33d0fcf517eaf90.tar.gz |
feat: remove extra tags
-rw-r--r-- | setup.yaml | 1 | ||||
-rw-r--r-- | task-master-client.yaml | 2 | ||||
-rw-r--r-- | taskd.yaml | 4 |
3 files changed, 1 insertions, 6 deletions
@@ -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 @@ -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 |