Skip to content

Commit

Permalink
Remove debug and fail message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Richter committed Nov 30, 2018
1 parent a5fa1b0 commit d0aa0fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tasks/unpack_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
_aem_dispatcher_module_filename:
"{{ aem_dispatcher_tarball_name | regex_replace('(dispatcher-apache.*?)-.*-(.*).tar.gz', '\\1-\\2.so') }}"

- debug:
msg:
- _aem_dispatcher_module_filename
- "{{ _aem_dispatcher_module_filename }}"

- fail:
msg: do not continue

- name: Unpack Dispatcher module.
unarchive:
src: "{{ aem_dispatcher_download_path }}/{{ aem_dispatcher_tarball_name }}"
Expand Down

0 comments on commit d0aa0fc

Please sign in to comment.