From 8cae78bfbfc54bf1f10035b171a4ec44b2d69a22 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 29 Apr 2021 01:10:35 -0500 Subject: [PATCH] touch up --- roles/2-common/tasks/network.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/2-common/tasks/network.yml b/roles/2-common/tasks/network.yml index fb9db1587..3056e98fb 100644 --- a/roles/2-common/tasks/network.yml +++ b/roles/2-common/tasks/network.yml @@ -5,7 +5,7 @@ when: not is_raspbian # used in the network role -- name: Install package iptables-persistent (debuntu) +- name: Install network related packages (debuntu) package: name: - iproute2