get_url is not a valid attribute for play

Hi,

I am totally confused about why i cannot use the get_url attribute in a play i was writing. I get the above error when i try to run the play-book. I am not sure why this is happening and i am totally lost of whats wrong here. can any one let me know whats going here.Thanks

Hi,

I think the problem is you are attempting to use key=value but this needs to be key: value when you are using the 1 module argument per line (also known as yaml style) in your playbook.

I do this all the time when converting module calls (and ansible one-liners) into my playbooks

Try

mode: 0755

Hope this helps,

Jon