Thanks Kai let for htis 

On Thursday, August 10, 2017 at 11:02:11 PM UTC+5:30, Kai Stian Olstad 
wrote:
>
> On 10. aug. 2017 12:49, Sameer Modak wrote: 
> > This is tasks main.yml 
> > vi roles/basic/tasks/main.yml 
> > 
> > - name: "Installing VIM and NTP" 
> >    yum: name= {{ item }} state=present 
>
> You can't have space in front or after the equal sign. 
> So correct syntax 
>    yum: name={{ item }} state=present 
>
>
>
> -- 
> Kai Stian Olstad 
>

-- 
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/b3d54f26-d7be-489d-9ff1-e3c9f62e0d6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to