You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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