From 253cf462b3a8b1b4ec59856fda0730732a61695a Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 1 Oct 2023 23:42:16 +0100 Subject: [PATCH] Add macOS support to kitty role --- playbooks/macOS.yaml | 1 + roles/kitty/tasks/Darwin.yaml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 roles/kitty/tasks/Darwin.yaml diff --git a/playbooks/macOS.yaml b/playbooks/macOS.yaml index a255a0e..39f37d6 100644 --- a/playbooks/macOS.yaml +++ b/playbooks/macOS.yaml @@ -9,6 +9,7 @@ - role: mas - role: iterm + - role: kitty - role: magnet - role: microsoft-remote-desktop - role: viscosity diff --git a/roles/kitty/tasks/Darwin.yaml b/roles/kitty/tasks/Darwin.yaml new file mode 100644 index 0000000..2f36a47 --- /dev/null +++ b/roles/kitty/tasks/Darwin.yaml @@ -0,0 +1,5 @@ +--- +- name: install homebrew package + homebrew: + name: kitty + state: latest