Skip to content

Commit 2201d29

Browse files
committed
feat: install wget in ubuntu_minimal role
curl was already present; wget wasn't, and isn't guaranteed on Ubuntu's minimal cloud image either.
1 parent fed8ba5 commit 2201d29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • ansible/roles/ubuntu_minimal/tasks

ansible/roles/ubuntu_minimal/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- fail2ban
4545
- unattended-upgrades
4646
- curl
47+
- wget
4748
- git
4849
- htop
4950
state: present

0 commit comments

Comments
 (0)