Skip to content

Commit 3a79f5e

Browse files
authored
Lhci integration pr 1.x (#34)
* Wrong var in deploy.yml for drupal8. * Adding lhci role to template containers.
1 parent 6a196d1 commit 3a79f5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
update_cache: yes
1212
- import_role:
1313
name: _meta/common_base
14+
- import_role:
15+
name: lhci

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
user: root
1010
password: ce-dev
1111
{% raw %}
12-
- env_type: dev
1312
- nginx:
1413
domains:
1514
- server_name: "{{ _domain_name }}"
@@ -57,3 +56,5 @@
5756
name: php-fpm
5857
- import_role:
5958
name: nginx
59+
- import_role:
60+
name: lhci

0 commit comments

Comments
 (0)