Remove Keybase, Enpass and Joplin

This commit is contained in:
Scott Wallace 2020-02-08 09:37:12 +00:00
parent 4ca67b74bc
commit 49603ce82b
3 changed files with 0 additions and 36 deletions

View file

@ -25,14 +25,11 @@ homebrew_brew_items:
homebrew_cask_items:
- alfred
- cleanmymac
- enpass
- firefox
- google-drive-file-stream
- handbrake
- iterm2
- itsycal
- joplin
- keybase
- osxfuse
- resilio-sync
- shiftit

View file

@ -88,32 +88,3 @@
- name: Include jaredhocutt.gnome_extensions
include_role:
name: jaredhocutt.gnome_extensions
- name: 'Joplin: Check installation'
tags:
- install
- joplin
stat:
path: "{{ '~/.joplin/Joplin.AppImage' | expanduser }}"
register: joplin_app
- name: 'Joplin'
tags:
- install
- joplin
block:
- name: 'Joplin: Create directory'
file:
path: "{{ '~/.joplin' | expanduser }}"
state: directory
- name: 'Joplin: Fetch latest version number'
shell: 'curl --silent https://api.github.com/repos/laurent22/joplin/releases/latest | grep -Po "\"tag_name\": \"v\K.*?(?=\")"'
register: joplin_version
- name: "Joplin: Fetch latest version ({{ joplin_version.stdout }})"
get_url:
url: "https://github.com/laurent22/joplin/releases/download/v{{ joplin_version.stdout }}/Joplin-{{ joplin_version.stdout }}-x86_64.AppImage"
dest: "{{ '~/.joplin/Joplin.AppImage' | expanduser }}"
mode: '0500'
when: not joplin_app.stat.exists

View file

@ -13,9 +13,6 @@ linux_repos:
- name: 'Resilio Sync'
data: 'deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free'
key: 'http://linux-packages.resilio.com/resilio-sync/key.asc'
- name: 'Enpass'
data: 'deb https://apt.enpass.io/ stable main'
key: 'https://apt.enpass.io/keys/enpass-linux.key'
- name: 'Wireguard'
data: 'ppa:wireguard/wireguard'
key: ''
@ -26,7 +23,6 @@ linux_packages:
- conky
- copyq
- dconf-editor
- enpass
- git
- glances
- gnome-shell-extension-dashtodock