Skip to content

Commit

Permalink
Fix minor documentation reference to /etc/yum.repos.d (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjo-uk authored Oct 11, 2024
1 parent f601737 commit d399fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/documentation-yum-repos-d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Fix minor documentation typo for /etc/yum.repos.d
2 changes: 1 addition & 1 deletion roles/upgrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ See comments in defaults/main.yml for additional details.
| local_repos_pre_leapp | List of dicts | [] | Used to configure repos for yum update before running leapp upgrade (current version).|
| local_repos_leapp | List of dicts | [] | Used to configure next version repos in /etc/leapp/files/leapp_upgrade_repositories.repo.
| local_repos_post_upgrade | List of dicts | [] | Used to configure next version repos post upgrade (can be set to local_repos_leapp if the same)
| repo_files_to_remove_at_upgrade | List | [] | Simpler way to remove /etc/yum.repo.d files before leapp upgrade is run.
| repo_files_to_remove_at_upgrade | List | [] | Simpler way to remove /etc/yum.repos.d files before leapp upgrade is run.

## Example playbook

Expand Down

0 comments on commit d399fe9

Please sign in to comment.