Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit b1d3106

Browse files
authored
Enabling VNC in ce-dev containers for Chrome output. (#40)
1 parent 64f5b0a commit b1d3106

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

templates/blank/ce-dev/ansible/provision.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- project_name: {{ project_name }}
77
- _domain_name: www.{{ project_name }}.local
88
- _env_type: dev
9+
- lhci:
10+
enable_vnc: true
911
tasks:
1012
- apt:
1113
update_cache: yes

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
_env_type: dev
4343
- xdebug:
4444
cli: true
45+
- lhci:
46+
enable_vnc: true
4547
{% endraw %}
4648
tasks:
4749
- apt:

0 commit comments

Comments
 (0)