Skip to content

Commit

Permalink
Recovered ce_provision local_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed May 23, 2024
1 parent e72a0d2 commit 43bc428
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/blank/ce-dev/ansible/provision.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
version: 20.x
apt_unattended_upgrades:
enable: false
ce_provision:
local_dir: /home/ce-dev/ce-provision
tasks:
- apt:
update_cache: true
Expand Down
2 changes: 2 additions & 0 deletions templates/drupal10/ce-dev/ansible/provision.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
host: {{ project_name }}-db
user: root
password: ce-dev
ce_provision:
local_dir: /home/ce-dev/ce-provision
{% raw %}
nginx:
domains:
Expand Down
2 changes: 2 additions & 0 deletions templates/localgov/ce-dev/ansible/provision.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
host: {{ project_name }}-db
user: root
password: ce-dev
ce_provision:
local_dir: /home/ce-dev/ce-provision
{% raw %}
- nginx:
domains:
Expand Down

0 comments on commit 43bc428

Please sign in to comment.