Example added

How to define specific version of the package we need...
pull/18777/head
AlejandroF 10 years ago committed by Matt Clay
parent 884471a6b5
commit 2e40773034

@ -123,6 +123,9 @@ EXAMPLES = '''
- name: install the latest version of Apache from the testing repo - name: install the latest version of Apache from the testing repo
yum: name=httpd enablerepo=testing state=present yum: name=httpd enablerepo=testing state=present
- name: install one specific version of Apache
yum: name=httpd-2.2.29-1.4.amzn1 state=present
- name: upgrade all packages - name: upgrade all packages
yum: name=* state=latest yum: name=* state=latest

Loading…
Cancel
Save