--- - name: Solr Restart service: name=tomcat-instance-{{ ckan_solr_port }} state=restarted - name: Restart CKAN service: name=apache2 state=restarted sleep=10 - name: Reconfigure the supervisor daemon shell: supervisorctl reread ; supervisorctl add ckan_gather_consumer ; supervisorctl add ckan_fetch_consumer ; supervisorctl start ckan_gather_consumer ; supervisorctl start ckan_fetch_consumer