Fixes for macOS
* Replace microsoft-remote-desktop with windows-app * Remove deprecated tap homebrew/cask-fonts
This commit is contained in:
8
roles/windows-app/tasks/main.yaml
Normal file
8
roles/windows-app/tasks/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- assert:
|
||||
that: ansible_os_family == "Darwin"
|
||||
|
||||
- name: install homebrew cask
|
||||
homebrew_cask:
|
||||
name: windows-app
|
||||
state: latest
|
||||
Reference in New Issue
Block a user