Remove Keybase, Enpass and Joplin
This commit is contained in:
parent
4ca67b74bc
commit
49603ce82b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue