Remove Keybase, Enpass and Joplin
This commit is contained in:
parent
4ca67b74bc
commit
49603ce82b
|
@ -25,14 +25,11 @@ homebrew_brew_items:
|
||||||
homebrew_cask_items:
|
homebrew_cask_items:
|
||||||
- alfred
|
- alfred
|
||||||
- cleanmymac
|
- cleanmymac
|
||||||
- enpass
|
|
||||||
- firefox
|
- firefox
|
||||||
- google-drive-file-stream
|
- google-drive-file-stream
|
||||||
- handbrake
|
- handbrake
|
||||||
- iterm2
|
- iterm2
|
||||||
- itsycal
|
- itsycal
|
||||||
- joplin
|
|
||||||
- keybase
|
|
||||||
- osxfuse
|
- osxfuse
|
||||||
- resilio-sync
|
- resilio-sync
|
||||||
- shiftit
|
- shiftit
|
||||||
|
|
|
@ -88,32 +88,3 @@
|
||||||
- name: Include jaredhocutt.gnome_extensions
|
- name: Include jaredhocutt.gnome_extensions
|
||||||
include_role:
|
include_role:
|
||||||
name: jaredhocutt.gnome_extensions
|
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'
|
- name: 'Resilio Sync'
|
||||||
data: 'deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free'
|
data: 'deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free'
|
||||||
key: 'http://linux-packages.resilio.com/resilio-sync/key.asc'
|
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'
|
- name: 'Wireguard'
|
||||||
data: 'ppa:wireguard/wireguard'
|
data: 'ppa:wireguard/wireguard'
|
||||||
key: ''
|
key: ''
|
||||||
|
@ -26,7 +23,6 @@ linux_packages:
|
||||||
- conky
|
- conky
|
||||||
- copyq
|
- copyq
|
||||||
- dconf-editor
|
- dconf-editor
|
||||||
- enpass
|
|
||||||
- git
|
- git
|
||||||
- glances
|
- glances
|
||||||
- gnome-shell-extension-dashtodock
|
- gnome-shell-extension-dashtodock
|
||||||
|
|
Loading…
Reference in a new issue