Commit a00ec3a7 by John Jarvis

adding some more install facts for scratch installs

parent 4bc3c22d
......@@ -122,4 +122,3 @@
state=link
- set_fact: discern_installed=true
......@@ -5,7 +5,7 @@
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
state=restarted
when: not devstack
when: ora_installed is defined and not devstack
- name: ora | restart ora_celery
supervisorctl_local: >
......@@ -13,4 +13,4 @@
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
state=restarted
when: not devstack
when: ora_installed is defined and not devstack
......@@ -104,3 +104,5 @@
config={{ supervisor_cfg }}
state=started
when: not devstack
- set_fact: ora_installed=true
......@@ -4,6 +4,7 @@
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
state=restarted
when: xqueue_installed is defined
with_items:
- xqueue
- xqueue_consumer
......@@ -73,3 +73,5 @@
with_items:
- xqueue
- xqueue_consumer
- set_fact: xqueue_installed=true
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