Compare commits

..

1 Commits

Author SHA1 Message Date
5a8ebeecaa Also install ag 2022-02-19 11:12:21 +00:00

View File

@ -19,7 +19,7 @@
- name: zsh install macOS packages - name: zsh install macOS packages
when: ansible_os_family == "Darwin" when: ansible_os_family == "Darwin"
become: false become: false
homebrew: brew:
name: the_silver_searcher name: the_silver_searcher
state: present state: present