Skip to content

Commit 1221b63

Browse files
gregharveydependabot[bot]galooph
authored
Ce deploy fixes pr devel (#37)
* 1.x dev (#19) * Contribute docs (#12) * Staging 1.1.10 release to test CI. * Starting some contributor docs. * Minor change to tag deletion. * Making separate CI file for PR tests. (#14) * Updating domain_name to _domain_name. * Adding _domain_name var to blank template too. * Updating _domain_name var for controller. * env_type also becomes _env_type. * Adding _env_type to blank template. * Adding _env_type to drupal8 template. * Adding _env_type to drupal8 deploy template. * Adding _env_type to blank deploy template. * Try adding _env_type directly to PHP CLI role vars. * Explicitly adding fpm var required. * Python3 steps pr 1.x (#23) * Fixing Dockerfile to install Ansible from pip. * Installing boto3 from pip. * Rogue 'i'. * Updating ansible path. * Wrong path. * Set Python3 as default on controller. * Adding Ansible galaxy var. * Setting the base container to use python3 as default. * Python3 steps pr 1.x (#24) * Fixing Dockerfile to install Ansible from pip. * Installing boto3 from pip. * Rogue 'i'. * Updating ansible path. * Wrong path. * Set Python3 as default on controller. * Adding Ansible galaxy var. * Setting the base container to use python3 as default. * Adding pip3 to base container. * Moving to _domain_name to be consistent with other projects. * Bump glob-parent from 5.1.1 to 5.1.2 (#20) Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Packing release for Python3 containers. * Gitlab runner container pr 1.x (#26) * Adding a build for a prebuilt CI image. * Adding the docker SSH entrypoint script. * Updating container image name. * Making apt handling more robust. * Adding a CI container. * Gitlab runner container pr 1.x (#28) * Adding a build for a prebuilt CI image. * Adding the docker SSH entrypoint script. * Updating container image name. * Making apt handling more robust. * Moving the CI container code to just be documentation. * Gitlab runner container pr 1.x (#30) * Adding a build for a prebuilt CI image. * Adding the docker SSH entrypoint script. * Updating container image name. * Making apt handling more robust. * Moving the CI container code to just be documentation. * Updating docs for using ce-dev to build CI containers. * Switch to using the ip command instead of ifconfig when the platform isn't darwin. (#31) * Lhci integration pr 1.x (#34) * Wrong var in deploy.yml for drupal8. * Adding lhci role to template containers. * Packaging release 1.1.13. * Adding install_command variable to Drupal 8 template. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Smith <galooph@gmail.com>
1 parent f695146 commit 1221b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/drupal8/ce-dev/ansible/deploy.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
sites:
2121
- folder: "default"
2222
public_files: "sites/default/files"
23+
install_command: "-y si"
2324
# Toggle config import on/off. Disabled for initial passes.
2425
config_import_command: ""
2526
# config_import_command: "cim"

0 commit comments

Comments
 (0)