Skip to content

Commit

Permalink
Change include_roles back to roles
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Jul 18, 2023
1 parent df36613 commit f795300
Showing 1 changed file with 2 additions and 2 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
ansible.builtin.include_role:
name: linux-system-roles.rhc
roles:
- role: linux-system-roles.rhc
loop: "{{ __builder_rhsm_repos_info['rhsm_info'] }}"
loop_control:
loop_var: __builder_rhsm_repo
Expand Down

0 comments on commit f795300

Please sign in to comment.