Skip to content

Commit ed1c800

Browse files
committed
fix(codex): install peon-ping from tap on macos
1 parent 70e0434 commit ed1c800

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

roles/codex/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Install and configure the OpenAI Codex CLI with version-controlled user memory.
77
- Installs or upgrades `codex`:
88
- macOS: Homebrew cask (`codex`)
99
- Linux (Ubuntu/Fedora/Arch): compares installed version to latest GitHub release and installs `~/.local/bin/codex` when missing or outdated
10+
- Installs `peon-ping` notifications:
11+
- macOS: Homebrew formula from `peonping/tap`
12+
- Ubuntu: upstream installer script
1013
- Ensures `~/.codex/AGENTS.md` is a symlink to `roles/codex/files/AGENTS.md`
1114
- Ensures `~/.codex/config.toml` is a symlink to `roles/codex/files/config.toml`
1215
- Symlinks custom skills from `roles/codex/files/skills/` into `~/.codex/skills/`

roles/codex/tasks/MacOSX.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
name: codex
55
state: present
66

7+
- name: "{{ role_name }} | MacOSX | Install | Add peon-ping Homebrew tap"
8+
community.general.homebrew_tap:
9+
name: peonping/tap
10+
state: present
11+
712
- name: "{{ role_name }} | MacOSX | Install | peon-ping"
813
community.general.homebrew:
9-
name: peon-ping
14+
name: peonping/tap/peon-ping
1015
state: present

0 commit comments

Comments
 (0)