Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix doc for yum_repository.py. #59068

Merged
merged 5 commits into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/59068-fix_doc_for_yum_repository.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Fix doc for proxy_username and proxy_password in yum_repository.py (https://github.com/ansible/ansible/pull/59068).
4 changes: 2 additions & 2 deletions lib/ansible/modules/packaging/os/yum_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@
disable the global proxy setting.
proxy_password:
description:
- Username to use for proxy.
- Password for this proxy.
proxy_username:
description:
- Password for this proxy.
- Username to use for proxy.
repo_gpgcheck:
description:
- This tells yum whether or not it should perform a GPG signature check
Expand Down