diff --git a/macOS.yaml b/macOS.yaml index 45c1def..4434491 100644 --- a/macOS.yaml +++ b/macOS.yaml @@ -7,6 +7,7 @@ - role: iterm - role: magnet + - role: microsoft-remote-desktop - role: obsidian - role: viscosity - role: webcatalog diff --git a/roles/microsoft-remote-desktop/tasks/main.yaml b/roles/microsoft-remote-desktop/tasks/main.yaml new file mode 100644 index 0000000..fb72491 --- /dev/null +++ b/roles/microsoft-remote-desktop/tasks/main.yaml @@ -0,0 +1,8 @@ +--- +- assert: + that: ansible_os_family == "Darwin" + +- name: install homebrew cask + homebrew_cask: + name: microsoft-remote-desktop + state: latest