diff --git a/provisioning/box/post-tasks/10-drupal.yml b/provisioning/box/post-tasks/10-drupal.yml index ecbc000..265b387 100644 --- a/provisioning/box/post-tasks/10-drupal.yml +++ b/provisioning/box/post-tasks/10-drupal.yml @@ -10,6 +10,7 @@ path: "{{ drupal_core_path }}/sites/default/settings.php" mode: 0664 state: file + ignore_errors: yes - name: Run composer install. command: "composer install" @@ -68,9 +69,4 @@ command: grunt kss args: chdir: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary" - - # - name: Ensure ansible is installed - # apt: - # name: ansible - # state: latest - # become: yes + ignore_errors: yes