diff --git a/ansible/playbooks/homebrew.yml b/ansible/playbooks/homebrew.yml index 7a62afc..4e10fd3 100644 --- a/ansible/playbooks/homebrew.yml +++ b/ansible/playbooks/homebrew.yml @@ -35,6 +35,7 @@ - reattach-to-user-namespace - ripgrep - ruby-install + - syncthing - tmux - tree - watch @@ -47,6 +48,11 @@ name: universal-ctags/universal-ctags/universal-ctags install_options: HEAD + - name: start homebrew services + command: brew services start {{ item }} + with_items: + - syncthing + # Not sure if this is needed anymore - was used for installing casks - name: authenticate sudo ping: @@ -77,6 +83,7 @@ - quicklook-csv - quicklook-json - resilio-sync + - signal - slack - vlc - zoomus