Fix typo in Koschei upgrade playbook
This commit is contained in:
parent
9f97d061ba
commit
37e17c124a
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue