Skip to content

Commit

Permalink
Fix linting/spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmcutter committed Mar 17, 2024
1 parent bfb6526 commit eb15646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/upgrade/tasks/redhat-upgrade-tool-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
when: "'yum-plugin-versionlock' in ansible_facts.packages"

# Clean up upgrade repository from failed previous runs.
# So upgrade-and-reboot.yml can succed.
# So upgrade-and-reboot.yml can succeed.
- name: redhat-upgrade-tool-upgrade | Disable redhat-upgrade-cmdline-instrepo.repo
ansible.builtin.include_tasks: disable-previous-repo-files.yml
loop:
Expand All @@ -66,7 +66,7 @@
loop: "{{ repo_files_to_remove_at_upgrade }}"
when: leapp_upgrade_type == "custom"

- name: Install RPM Key for RHEL 7 ISO Repository
- name: redhat-upgrade-tool-upgrade | Install RPM Key for RHEL 7 ISO Repository
ansible.builtin.rpm_key:
key: "{{ rhel_7_network_install_repo_url }}/RPM-GPG-KEY-redhat-release"
state: present
Expand Down

0 comments on commit eb15646

Please sign in to comment.