Skip to content
Snippets Groups Projects
Commit b5791850 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Bug fix

parent 8d463b4b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
shell: "{{ composer_path }} selfupdate"
when: composer_date.stdout|int > composer_stat.stat.mtime|int
- name:
- name: Check if global composer.json is available
stat:
path: '{{ composer_home_path }}/composer.json'
register: composer_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment