You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library/packaging
Michael Scherer 472654447c Allow to use '*test*' in enablerepo for yum action
Yum commandline permit to use a wildcard to enable and disable
repositories in the --enablerepo switch, permitting to enable
a complete set of repository at once ( like all rpmfusion, all
update-testing, etc ).

However, this doesn't work in yum due to more stringent checks
that verify that a exact match is given for the name of the
repository , see commit 5c26805.

This commit enhance the check by permitting to test more than
1 repository at a time, thus permitting to use wildcards.
11 years ago
..
apt Fail apt package install when nothing is matched by the fnmatch pattern 11 years ago
apt_key Add version_added to new parameter. 11 years ago
apt_repository Cleaning up of apt_repository module and removing wget parts 11 years ago
easy_install Fix the issue of easy_install ignoring virtualenv_site_packages=yes. 12 years ago
gem Update docs to add version_added attribute. 12 years ago
homebrew Docs: consistently format playbook EXAMPLES 12 years ago
macports DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago
npm Merge pull request #3199 from chrishoffman/doc_error 12 years ago
openbsd_pkg openbsd_pkg: Use ansible run_command(). 12 years ago
opkg DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago
pacman Rename option to 'recurse' to make it consistent. Add version_added to docs. 11 years ago
pip Merge branch 'PR_add_chdir_to_pip' of git://github.com/y-p/ansible into devel 12 years ago
pkgin Fix pkgin search (yielding wrong results under certain conditions, see inline comments). 11 years ago
pkgng Revert "now modules can implement with_items list globbing w/o updating" 12 years ago
redhat_subscription Styling: misc pep8 12 years ago
rhn_channel DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago
rhn_register Styling: deprecation 12 years ago
rpm_key PEP8: fix spacing 11 years ago
svr4pkg fixes ansible/ansible#3547 12 years ago
yum Allow to use '*test*' in enablerepo for yum action 11 years ago
zypper DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago