Commit a00ec3a7 by John Jarvis

adding some more install facts for scratch installs

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