Remove reference to yum since ansible doesn't support it any longer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user