Skip to content

Commit ccb9b81

Browse files
committed
fix repo name condition
1 parent 236321e commit ccb9b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/dnf_repos/tasks/set_repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
loop_control:
4040
label: "{{ repo_name }}[{{ repo_os }}]: {{ repo_values }}"
4141
when:
42-
- repo_name != 'epel'
42+
- repo_name == 'epel'
4343
- repo_os in item.value
4444
vars:
4545
repo_os: "{{ ansible_distribution_version if ansible_distribution_version in item.value else ansible_distribution_major_version }}"

0 commit comments

Comments
 (0)