[ansible] signal and syncthing

pull/28/head
Alpha Chen 5 years ago
parent 900dcc6731
commit a4b8a54a0b

@ -35,6 +35,7 @@
- reattach-to-user-namespace - reattach-to-user-namespace
- ripgrep - ripgrep
- ruby-install - ruby-install
- syncthing
- tmux - tmux
- tree - tree
- watch - watch
@ -47,6 +48,11 @@
name: universal-ctags/universal-ctags/universal-ctags name: universal-ctags/universal-ctags/universal-ctags
install_options: HEAD 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 # Not sure if this is needed anymore - was used for installing casks
- name: authenticate sudo - name: authenticate sudo
ping: ping:
@ -77,6 +83,7 @@
- quicklook-csv - quicklook-csv
- quicklook-json - quicklook-json
- resilio-sync - resilio-sync
- signal
- slack - slack
- vlc - vlc
- zoomus - zoomus

Loading…
Cancel
Save