diff options
author | Robin Krahl <me@robin-krahl.de> | 2019-01-23 02:33:20 +0100 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2019-01-23 02:33:20 +0100 |
commit | 19d6e85fca00aafd598dc2528109753037fb27d0 (patch) | |
tree | 00ac906c1a1ac9015c34ef68a12dd62f74f2fa8f /desktop/tasks | |
parent | e4788acfa7df25787cd4153685ffae8ac4a88d5d (diff) | |
download | ansible-roles-19d6e85fca00aafd598dc2528109753037fb27d0.tar.gz ansible-roles-19d6e85fca00aafd598dc2528109753037fb27d0.tar.bz2 |
desktop: Install hub
Diffstat (limited to 'desktop/tasks')
-rw-r--r-- | desktop/tasks/packages.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/tasks/packages.yaml b/desktop/tasks/packages.yaml index 8fae73d..4a4b11a 100644 --- a/desktop/tasks/packages.yaml +++ b/desktop/tasks/packages.yaml @@ -5,6 +5,7 @@ state: present with_items: - beets + - hub - irssi - isync - mpv |