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