roles/common: Install curl for Abuse.ch update scripts

This commit is contained in:
Alan Orth 2021-07-29 10:24:32 +03:00
parent 8dd7663b3c
commit debcb21161
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
- libnet-ip-perl # for aggregate-cidr-addresses.pl
- nftables
- python3-systemd
- curl # for nftables update scripts
- name: Install firewall packages
apt: pkg={{ debian_firewall_packages }} state=present cache_valid_time=3600

View File

@ -21,6 +21,7 @@
- libnet-ip-perl # for aggregate-cidr-addresses.pl
- nftables
- python3-systemd
- curl # for nftables update scripts
- name: Install firewall packages
apt: pkg={{ ubuntu_firewall_packages }} state=present cache_valid_time=3600