* Replace microsoft-remote-desktop with windows-app * Remove deprecated tap homebrew/cask-fonts
9 lines
142 B
YAML
9 lines
142 B
YAML
---
|
|
- assert:
|
|
that: ansible_os_family == "Darwin"
|
|
|
|
- name: install homebrew cask
|
|
homebrew_cask:
|
|
name: windows-app
|
|
state: latest
|