Open shihanng opened 1 year ago
Handle multiple instances of the same package manager resource.
We can't execute multiple apt-get install or brew install concurrently. We will get the following errors
apt-get install
brew install
E: Could not get lock /var/lib/dpkg/lock Error: Another active Homebrew process is already in progress.
E: Could not get lock /var/lib/dpkg/lock
Error: Another active Homebrew process is already in progress.
Possible solution: See https://discuss.hashicorp.com/t/for-each-support-sequential-operation/34680/2
Handle multiple instances of the same package manager resource.
We can't execute multiple
apt-get install
orbrew install
concurrently. We will get the following errorsPossible solution: See https://discuss.hashicorp.com/t/for-each-support-sequential-operation/34680/2