- 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/4320bde1-1993-4804-b6f2-a705d00960e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to