forked from ISTI-ansible-roles/ansible-roles
dnet-openaire/host_vars/node5.t.openaire.research-infrastructures.eu: Give access to node0-d-efg.d4science.org.
dnet-efg/group_vars/efg_portal_dev/main.yml: New tomcat instance running on port 8280.
This commit is contained in:
parent
39133e2127
commit
be595c9db5
|
@ -39,7 +39,7 @@
|
|||
- name: Create the default settings file
|
||||
command: cp {{ drupal_install_dir }}/{{ item.virthost }}sites/default/default.settings.php {{ drupal_install_dir }}/{{ item.virthost }}sites/default/settings.php
|
||||
args:
|
||||
creates: {{ drupal_install_dir }}/{{ item.virthost }}sites/default/settings.php
|
||||
creates: '{{ drupal_install_dir }}/{{ item.virthost }}sites/default/settings.php'
|
||||
with_items: phpfpm_pools
|
||||
when: ( unpack_drupal | changed )
|
||||
tags: drupal
|
||||
|
@ -47,7 +47,7 @@
|
|||
- name: Create the default services file
|
||||
command: cp {{ drupal_install_dir }}/{{ item.virthost }}sites/default/default.services.yml {{ drupal_install_dir }}/{{ item.virthost }}sites/default/services.yml
|
||||
args:
|
||||
creates: {{ drupal_install_dir }}/{{ item.virthost }}sites/default/services.yml
|
||||
creates: '{{ drupal_install_dir }}/{{ item.virthost }}sites/default/services.yml'
|
||||
with_items: phpfpm_pools
|
||||
when: ( unpack_drupal | changed )
|
||||
tags: drupal
|
||||
|
|
Loading…
Reference in New Issue