mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 02:38: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
|
- name: Ensure siteUrl matches canonical domain
|
||||||
ansible.builtin.shell: |
|
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";
|
require "/var/www/html/bootstrap.php";
|
||||||
$app = new \Espo\Core\Application();
|
$app = new \Espo\Core\Application();
|
||||||
$c = $app->getContainer();
|
$c = $app->getContainer();
|
||||||
|
Reference in New Issue
Block a user