I'm attempting to use the first example on 
page: http://docs.ansible.com/linode_module.html

⇒ ansible-playbook --version
ansible-playbook 1.7.2

⇒ ansible-playbook -i ../hosts create_web.yml
ERROR: datacenter is not a legal parameter at this level in an Ansible 
Playbook

 ⇒ cat create_web.yml 
---
- local_action:
  module: linode
  api_key: 'Myapikeyishere'
  name: web1
  plan: 2
  datacenter: 2
  distribution: 130
  password: 'mypasword'

any ideas?


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3e773641-a2dc-4bfd-b83f-3676f43134a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to