Ensure package list is sorted

Change-Id: I316ba1291c2ca76befb4d9b1fed3682310a6f215
This commit is contained in:
Cédric Jeanneret 2022-07-07 13:49:17 +02:00
parent b9832e4454
commit 808fbb01ae
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- name: Gather all installed packages
ansible.builtin.command: rpm -qa
ansible.builtin.shell: rpm -qa | sort
register: package_list
- name: Gather repository list
ansible.builtin.command: dnf repolist