Skip to content

Commit

Permalink
RHC typo fix attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Jul 18, 2023
1 parent f795300 commit d788346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roles/builder/tasks/disable_custom_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
- {name: "{{ __builder_rhsm_repo['name'] }}", state: disabled}
# notify:
# - __clear_osbuild_composer_package_cache
roles:
- role: linux-system-roles.rhc
ansible.builtin.include_roles:
- name: rhc
loop: "{{ __builder_rhsm_repos_info['rhsm_info'] }}"
loop_control:
loop_var: __builder_rhsm_repo
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/shippable/shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if [ "${script}" != "sanity" ] && [ "${script}" != "units" ] && [ "${test}" != "
retry git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.posix.git "${ANSIBLE_COLLECTIONS_PATH}/ansible_collections/ansible/posix"

# retry ansible-galaxy -vvv collection install fedora.linux_system_roles
retry git clone --depth=1 --single-branch --single-branch https://github.com/linux-system-roles/rhc.git "${ANSIBLE_COLLECTIONS_PATH}/ansible_collections/linux-system-roles/rhc"
retry git clone --depth=1 --single-branch --single-branch https://github.com/linux-system-roles/rhc.git "${ANSIBLE_COLLECTIONS_PATH}/ansible_collections/rhc"

fi

Expand Down

0 comments on commit d788346

Please sign in to comment.