GoogleCloudPlatform / compute-video-demo-ansible

Supporting details for the Using Ansible on Compute Engine video demo
http://googlecloudplatform.github.io/compute-video-demo-ansible/
Apache License 2.0
123 stars 68 forks source link

add "connection: local" to the ansible playbooks #3

Open digitalronin opened 8 years ago

digitalronin commented 8 years ago

Without this, using ansible 1.9, ansible attempts to SSH to localhost, when running the playbooks.

digitalronin commented 8 years ago

I forgot to add connection: local to cleanup.yml, in my first PR