From 8f2bfef24b41a93b6301ad18eef00ecde4da7f73 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 28 Jul 2021 01:58:15 -0400 Subject: [PATCH] Tweak 2-common/tasks/main.yml --- roles/2-common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/2-common/tasks/main.yml b/roles/2-common/tasks/main.yml index 048b455c7..21ae62a6a 100644 --- a/roles/2-common/tasks/main.yml +++ b/roles/2-common/tasks/main.yml @@ -8,7 +8,7 @@ - include_tasks: packages.yml -- name: 'Network prep, including partial setup of iptables (firewall). SEE ALSO: 1-prep/tasks/raspberry_pi.yml' +- name: 'Network prep, including partial setup of iptables (firewall) -- SEE ALSO: 1-prep/tasks/raspberry_pi.yml' include_tasks: network.yml - include_tasks: iiab-startup.yml