Commit d12d5977 by Jeff LaJoie

adds dbeug statement

parent c857e6f1
......@@ -60,13 +60,17 @@
- install
- install:app-requirements
- debug:
msg: "User {{ forum_user }} has env vars {{ forum_environment }}"
- name: initialize elasticsearch
command: "/usr/bin/env"
command: "{{ forum_code_dir }}/bin/rake search:initialize"
args:
chdir: "{{ forum_code_dir }}"
become_user: "{{ forum_user }}"
environment: "{{ forum_environment }}"
when: migrate_db is defined and migrate_db|lower == "yes"
tags:
- migrate
- migrate:db
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment