Commit 329c7981 by Jeff LaJoie

add fake task

parent c286b56c
......@@ -84,6 +84,18 @@
tags:
- manage
- name: fake task
command: "ls"
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
- name: initialize elasticsearch
command: "{{ forum_code_dir }}/bin/rake search:initialize"
args:
......
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