Skip to content

Commit

Permalink
filter still needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Nov 17, 2023
1 parent 0c1a1d9 commit ec6520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/hxr.admin-tools/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Install useful tools
yum:
name: "{{ admin_packages }}"
name: "{{ admin_packages | select | list }}"
state: installed

- name: Start atop
Expand Down

0 comments on commit ec6520b

Please sign in to comment.