Add microsoft-remote-desktop role for macOS
This commit is contained in:
parent
576eb2ae41
commit
e2d1414c3b
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
- role: iterm
|
- role: iterm
|
||||||
- role: magnet
|
- role: magnet
|
||||||
|
- role: microsoft-remote-desktop
|
||||||
- role: obsidian
|
- role: obsidian
|
||||||
- role: viscosity
|
- role: viscosity
|
||||||
- role: webcatalog
|
- role: webcatalog
|
||||||
|
8
roles/microsoft-remote-desktop/tasks/main.yaml
Normal file
8
roles/microsoft-remote-desktop/tasks/main.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- assert:
|
||||||
|
that: ansible_os_family == "Darwin"
|
||||||
|
|
||||||
|
- name: install homebrew cask
|
||||||
|
homebrew_cask:
|
||||||
|
name: microsoft-remote-desktop
|
||||||
|
state: latest
|
Loading…
x
Reference in New Issue
Block a user