Skip to content

Instantly share code, notes, and snippets.

View falchemy's full-sized avatar
🏀

Furkan Karabulut falchemy

🏀
  • İstanbul , Turkey
View GitHub Profile
@mrlesmithjr
mrlesmithjr / ansible-macos-homebrew-packages.yml
Last active December 23, 2023 21:58
Install MacOS Homebrew Packages With Ansible
---
- name: Install MacOS Packages
hosts: localhost
become: false
vars:
brew_cask_packages:
- atom
- docker
- dropbox
- firefox