Compare commits

..

1 Commits

Author SHA1 Message Date
a422ab1125 Also install ag 2022-02-19 11:13:39 +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
brew: homebrew:
name: the_silver_searcher name: the_silver_searcher
state: present state: present