Hello,

I thought I would quickly discuss this here before reporting a bug as I 
could not find an existing bug report:

I tried a task like this:

- name: "Install Development tools package"
  yum: {name: "@Development tools", state: latest}

And it did not install the group, it simply reported as unchanged.

When I switched to state: installed, it worked:

- name: "Install Development tools package"
  yum: {name: "@Development tools", state: installed}

I am using Ansible 1.9.4

Is this bug known? I cannot find a bug report for it.

Thanks

-- 
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/d669385a-0218-419e-8626-dad59f5cb61b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to