mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
Fix typo in Koschei upgrade playbook
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
- name: update koschei packages
|
||||
dnf:
|
||||
name: "{{ item.name }}"
|
||||
state: present
|
||||
state: latest
|
||||
enablerepo: "{{ fedora_repos | join(',') }}"
|
||||
register: koschei_upgrade
|
||||
with_items: "{{ koschei_packages.results }}"
|
||||
|
||||
Reference in New Issue
Block a user