Re: [ansible-project] Using yum module to install gnome-desktop-environment on CentOS 7 does not work

2015-10-26 Thread tkuratomi
We've found an answer to this mystery on the bug report https://github.com/ansible/ansible/issues/12873 that was posted. For those who are interested, yum apparently has two types of groups that it knows about, package groups and environment groups: https://access.redhat.com/documentation/en-U

Re: [ansible-project] Using yum module to install gnome-desktop-environment on CentOS 7 does not work

2015-10-21 Thread Nathan Sowatskey
Many thanks, I’ll try that. Regards Nathan > On 21 Oct 2015, at 16:10, Edgars wrote: > > As a workaround, instead of installing GNOME Desktop environment group, you > can install two package groups: GNOME and 'X Window System'. > > Edgars > > trešdiena, 2015. gada 21. oktobris 15:43:52 UTC+

[ansible-project] Using yum module to install gnome-desktop-environment on CentOS 7 does not work

2015-10-20 Thread Nathan Sowatskey
HI I am working on a role here: https://github.com/DevOps4Networks/ansible-linux-desktop-role Which is used in a Packer build here: https://github.com/DevOps4Networks/opendaylight-integration-packaging-devtools/tree/master/packer When I attempt to use the yum module to install the group gnome