Add an example for installing a group with the yum module.
This commit is contained in:
parent
80d68320f7
commit
868620f7d0
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ EXAMPLES = '''
|
|||
- yum: name=* state=latest
|
||||
- yum: name=http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm state=present
|
||||
- yum: name=/usr/local/src/nginx-release-centos-6-0.el6.ngx.noarch.rpm state=present
|
||||
- yum: name="@Development tools" state=present
|
||||
'''
|
||||
|
||||
def_qf = "%{name}-%{version}-%{release}.%{arch}"
|
||||
|
|
Loading…
Reference in a new issue