Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GitHub Issue: (link)
Release pull requests, etc.)
Discussion of composer's plans to disallow plugins by default starting in July 2022:
https://www.drupal.org/project/drupal/issues/3255749
What does this Pull Request do?
Explicitly allows composer plugins that Drupal uses.
What's new?
grab latest releases.
Add the composer plugins Drupal uses to an explicit allow list to avoid possible breaking behaviour starting July 2022.
No
No
(i.e. Regeneration activity, etc.)?
No
Existing Drupal sites should not be affected. New installs will default to stable version of Drupal core.
How should this be tested?
Run a fresh playbook install.
Test object creation to ensure derivatives are generated.
Run a composer command while logged in as vagrant. You should not get a warning about allowed plugins
Additional Notes:
The 'acl' Ubuntu package was added to get around a problem with newer versions of Ansible when running as a less-privileged user. See: ansible/ansible#74830
Interested parties
Tag (@ mention) interested parties or, if unsure, @Islandora-Devops/committers