mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Remove Codex CLI from desktop bootstrap and dotfiles
This commit is contained in:
@@ -186,10 +186,6 @@ desktop_common_dotfiles:
|
||||
src: .config/udiskie/
|
||||
dest: .config/udiskie/
|
||||
mode: preserve
|
||||
- name: Codex config
|
||||
src: .codex/
|
||||
dest: .codex/
|
||||
mode: preserve
|
||||
- name: Turnstile user services
|
||||
src: .config/service/
|
||||
dest: .config/service/
|
||||
|
||||
@@ -573,10 +573,3 @@
|
||||
changed_when: true
|
||||
when:
|
||||
- ollama_archive_download.changed or not ollama_install_state.stat.exists
|
||||
|
||||
- name: Install Codex CLI globally
|
||||
tags: [packages]
|
||||
community.general.npm:
|
||||
name: "@openai/codex"
|
||||
global: true
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user