Ignore some errors, at least for now
This commit is contained in:
parent
ac26550734
commit
450d82abf4
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue