Hi Keith,
Here’s an example of a simple playbook that writes the config file for supervisor and restarts the process via supervisorctl:
https://github.com/mattupstate/ansible-tutorial/blob/master/devops/deploy.yml
The playbook was written as part of small project/tutorial that I wrote. You can read more about it here:
Hope that helps.
-M