Remove reference to yum since ansible doesn't support it any longer

This commit is contained in:
2026-08-07 21:40:54 -05:00
parent d8fc5510d6
commit 483363994d
+1 -1
View File
@@ -32,7 +32,7 @@
- name: 'ensure yum repository'
when:
- ansible_facts["system"] == 'Linux'
- ansible_facts["pkg_mgr"] == 'dnf' or ansible_facts["pkg_mgr"] == 'dnf5' or ansible_facts["pkg_mgr"] == 'yum'
- ansible_facts["pkg_mgr"] == 'dnf' or ansible_facts["pkg_mgr"] == 'dnf5'
- ensure_gitea is defined
- ensure_gitea.yum_repository_list is defined
- ensure_gitea.yum_repository_list is iterable