--- a/playbook-example.yml Fri Apr 01 01:56:30 2016 +0800
+++ b/playbook-example.yml Fri Apr 01 01:57:27 2016 +0800
# If you don't have your own nginx and supervisor roles, just reload or
# restart both services manually after running this playbook.
apt: package=nginx-full state=installed update_cache=yes cache_valid_time=3600
- - name: Install supervisor
+ - name: Install Supervisor
apt: package=supervisor state=installed