remove unneeded notifys

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 12:26:35 -06:00
parent 0eb7361c65
commit ef8452eb0e
48 changed files with 0 additions and 141 deletions

View File

@@ -11,9 +11,6 @@
- name: Append ghostty to pkg_src
when:
- ghostty.method == 'src'
notify:
- Depend zig
changed_when: true
ansible.builtin.set_fact:
pkg_src: "{{ pkg_src + ghostty.pkg }}"
pkg_sys: "{{ pkg_sys + ghostty.build_deps }}"