Skip to content

Commit

Permalink
showroom role, change dnf module to package (redhat-cop#8466)
Browse files Browse the repository at this point in the history
Co-authored-by: Wilson Harris <wilson@unknown3296a9ace5eb.attlocal.net>
  • Loading branch information
wilson-walrus and Wilson Harris authored Aug 26, 2024
1 parent 98b90ca commit bf6bc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/showroom/tasks/10-showroom-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Ensure Linux Package dependencies for Showroom
ansible.builtin.dnf:
ansible.builtin.package:
name: "{{ __showroom_dnf_packages }}"
state: present
loop: "{{ showroom_dnf_packages }}"
Expand Down

0 comments on commit bf6bc4b

Please sign in to comment.