From 623a1052c48cf1b0030b9863fbf1fb2ff8cbe737 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 29 Jan 2020 00:54:20 +0000 Subject: [PATCH] Add condition for whether to install Drupal --- tools/ansible/deploy/after-symlink-shared.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ansible/deploy/after-symlink-shared.yml b/tools/ansible/deploy/after-symlink-shared.yml index 4d4e320..377d116 100644 --- a/tools/ansible/deploy/after-symlink-shared.yml +++ b/tools/ansible/deploy/after-symlink-shared.yml @@ -5,6 +5,7 @@ --account-pass=admin123 args: chdir: '{{ release_drupal_path }}' + when: drupal_install - name: Rebuild cache command: '{{ release_drush_path }} cache-rebuild'