Skip to content

Commit

Permalink
Update roles/hxr.admin-tools/tasks/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli authored Nov 20, 2023
1 parent 4a7306d commit c0ed81f
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 | select | list }}"
name: "{{ admin_packages }}"
state: installed

- name: Start atop
Expand Down

0 comments on commit c0ed81f

Please sign in to comment.