mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-09 18:28:10 +02:00
Replaced fixed 'web' service call for exec with 'ESPOCRM_SERVICE' variable for exec call
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
- name: Ensure siteUrl matches canonical domain
|
||||
ansible.builtin.shell: |
|
||||
{{ docker_compose_command_exec }} -T web php -r '
|
||||
{{ docker_compose_command_exec }} -T {{ ESPOCRM_SERVICE }} php -r '
|
||||
require "/var/www/html/bootstrap.php";
|
||||
$app = new \Espo\Core\Application();
|
||||
$c = $app->getContainer();
|
||||
|
Reference in New Issue
Block a user