Commit 4550d068 by Feanil Patel

Restart if either file changes.

parent 697c65fd
......@@ -39,10 +39,10 @@
service:
name=edx-ora
state=restarted
when: env_state.changed and auth_state.changed
when: env_state.changed or auth_state.changed
- name: legacy_ora | restart edx-ora-celery
service:
name=edx-ora-celery
state=restarted
when: env_state.changed and auth_state.changed
when: env_state.changed or auth_state.changed
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