Skip to content

Commit

Permalink
Simplify utils packages installation
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Oct 11, 2024
1 parent 9cd0d70 commit 8f9b3a5
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions roles/common-utils/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
---
- name: Install utils
apt:
pkg: nginx
update_cache: true
state: latest # noqa: package-latest
cache_valid_time: 86400
with_items:
- htop
- iotop
- screen
- wget
pkg:
- htop
- iotop
- screen
- wget

0 comments on commit 8f9b3a5

Please sign in to comment.