Fix ag/curl roles on macOS

This commit is contained in:
Kenneth Benzie 2022-09-20 12:52:04 +01:00
parent c77b356968
commit e4a08c843c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ---
- name: install homebrew package - name: install homebrew package
apt: homebrew:
name: the_silver_searcher name: the_silver_searcher
state: latest state: latest

View File

@ -1,5 +1,5 @@
--- ---
- name: install homebrew pacakge - name: install homebrew package
homebrew: homebrew:
name: curl name: curl
state: latest state: latest