Not sure -name: is valid for an entire playbook Instead of - name: Windows Sharing hosts: newserver
try - hosts: newserver On Tuesday, July 5, 2016 at 2:56:59 PM UTC+1, megha sharma wrote: > > - name: Windows Sharing > hosts: newserver > tasks: > - name: Add secret share > win_share: > name: internal > description: top secret share > path: D:\10 year > list: 'no' > full: Administrators > read: Users > > Trying to run the above script. > > I am getting this error: > > ERROR! no action detected in task > > The error appears to have been in > '/root/Downloads/Playbooks/WindowsShare.yml': line 4, column 7, but may > be elsewhere in the file depending on the exact syntax problem. > > The offending line appears to be: > > tasks: > - name: Add secret share > ^ here > > > -- 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/5981bbda-ab97-42ff-b61c-d9b2355e1256%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
