Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't mess with an existing Drupal install #215

Open
alxp opened this issue Apr 27, 2022 · 1 comment
Open

Don't mess with an existing Drupal install #215

alxp opened this issue Apr 27, 2022 · 1 comment

Comments

@alxp
Copy link
Contributor

alxp commented Apr 27, 2022

Trying to use Ansible to keep an existing installation up to date is proving problematic for some users.

  • The abstraction of having to define Composer requirements in the Ansible YML instead of just checking in your own composer
  • Version lag of some Drupal modules
  • Slightly hacky way Ansible installs required packages one at a time can make it hard to reconcile complex dependency upgrades.

Change the Ansible script so it skips the Drupal composer commands when a site is already installed.

PR TK

@misilot
Copy link
Contributor

misilot commented Apr 27, 2022

Would there be an option as some users might be using it as intended? Managing composer via ansible variable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants