sparkfabrik / sparkdock

Automatic MacOS system provisioning
19 stars 8 forks source link

Skip app install if already available #59

Closed alessiopiazza closed 1 year ago

alessiopiazza commented 1 year ago

One of the common issue that we see when provisioning it that some apps (eg: iTerm, Slack..) may already available be on the host and this causes a failure in the playbook. We should check for the app presence before trying to install it

paolomainardi commented 1 year ago

As we are using brew through ansible, it shouldn’t happen.

paolomainardi commented 1 year ago

They should be overwrited and/or updated.

paolomainardi commented 1 year ago

done