feat: remove Zed Editor tasks from workstation setup
This commit is contained in:
parent
7dba7b00a7
commit
f8d426ce1a
@ -31,9 +31,6 @@
|
|||||||
- name: Include Firefox PWA tasks
|
- name: Include Firefox PWA tasks
|
||||||
ansible.builtin.import_tasks: tasks/workstations/firefoxpwa.yml
|
ansible.builtin.import_tasks: tasks/workstations/firefoxpwa.yml
|
||||||
|
|
||||||
- name: Include Zed Editor tasks
|
|
||||||
ansible.builtin.import_tasks: tasks/workstations/zed-editor.yml
|
|
||||||
|
|
||||||
- name: Include purge LibreOffice tasks
|
- name: Include purge LibreOffice tasks
|
||||||
ansible.builtin.import_tasks: tasks/workstations/purge-libreoffice.yml
|
ansible.builtin.import_tasks: tasks/workstations/purge-libreoffice.yml
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
- name: Check if Zed Editor is installed
|
|
||||||
ansible.builtin.command:
|
|
||||||
cmd: zed --version
|
|
||||||
register: zed_version
|
|
||||||
ignore_errors: true
|
|
||||||
|
|
||||||
- name: Install Zed Editor
|
|
||||||
ansible.builtin.command:
|
|
||||||
cmd: curl -f https://zed.dev/install.sh | sh
|
|
||||||
ignore_errors: true
|
|
||||||
when: zed_version.rc != 0
|
|
Loading…
x
Reference in New Issue
Block a user