Ignore some errors, at least for now

This commit is contained in:
Chris Thompson 2018-08-23 22:57:06 -04:00
parent ac26550734
commit 450d82abf4

View file

@ -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