From ce949456551a2b65df9863237c0070c82c44ee86 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Jul 2019 00:50:20 +0100 Subject: [PATCH] Remove ansistrano_shared_files --- ansible/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/deploy.yml b/ansible/deploy.yml index c21cad0..1c813dd 100644 --- a/ansible/deploy.yml +++ b/ansible/deploy.yml @@ -20,8 +20,6 @@ ansistrano_after_update_code_tasks_file: "{{ playbook_dir }}/deploy/after-update-code.yml" ansistrano_shared_paths: - "{{ app_project_subdir }}/sites/default/files" - # ansistrano_shared_files: - # - "{{ app_project_subdir }}/sites/default/settings.php" release_web_path: "{{ ansistrano_release_path.stdout }}/web" release_drush_path: "{{ ansistrano_release_path.stdout }}/vendor/bin/drush"