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"
|
path: "{{ drupal_core_path }}/sites/default/settings.php"
|
||||||
mode: 0664
|
mode: 0664
|
||||||
state: file
|
state: file
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: Run composer install.
|
- name: Run composer install.
|
||||||
command: "composer install"
|
command: "composer install"
|
||||||
|
@ -68,9 +69,4 @@
|
||||||
command: grunt kss
|
command: grunt kss
|
||||||
args:
|
args:
|
||||||
chdir: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary"
|
chdir: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary"
|
||||||
|
ignore_errors: yes
|
||||||
# - name: Ensure ansible is installed
|
|
||||||
# apt:
|
|
||||||
# name: ansible
|
|
||||||
# state: latest
|
|
||||||
# become: yes
|
|
||||||
|
|
Loading…
Reference in a new issue