samdoran / ansible-collection-macos

Ansible collection of roles and modules for use on macOS
8 stars 2 forks source link

💅🐛 Let `parallels_desktop` stop if no `prlctl` #41

Closed webknjaz closed 1 month ago

webknjaz commented 3 months ago

This patch teaches samdoran.macos.parallels_desktop recognize cases when stopping Parallels Desktop is requested but the app has not even been installed yet. This can let us return successful outcome in the specific corner case.

Resolves #40