From 896dcd97878183b162033174322bdd9f491a221a Mon Sep 17 00:00:00 2001 From: techraf Date: Tue, 19 Jan 2016 20:45:50 +0900 Subject: [PATCH] Fixed typo in example playbook --- lib/ansible/modules/cloud/amazon/ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2.py b/lib/ansible/modules/cloud/amazon/ec2.py index 54224d4141e..ac11d87e74c 100755 --- a/lib/ansible/modules/cloud/amazon/ec2.py +++ b/lib/ansible/modules/cloud/amazon/ec2.py @@ -462,7 +462,7 @@ EXAMPLES = ''' wait: True vpc_subnet_id: subnet-29e63245 assign_public_ip: yes - role: + roles: - do_neat_stuff - do_more_neat_stuff