From 70fc0423bd786d5809cd5f72a29331c8206b4b79 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 29 Dec 2022 01:05:12 +0100 Subject: [PATCH] feat: Initialize project --- playbooks/common.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/common.yml b/playbooks/common.yml index 48edc15a..1ddea233 100644 --- a/playbooks/common.yml +++ b/playbooks/common.yml @@ -23,4 +23,5 @@ - name: ensure wireshark is at the latest version apt: name: wireshark - state: latest \ No newline at end of file + state: latest + \ No newline at end of file