From 83c2b5505fe2e91da2d7366c347bf7f26ab225c9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 26 Feb 2026 21:53:23 +0100 Subject: Fix using od instead of xxd The od is available as part of coreutils which is shipping by default on linux but added for completeness Co-Authored-By: Claude.ai --- roles/network/meta/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/network/meta') diff --git a/roles/network/meta/main.yml b/roles/network/meta/main.yml index 9a2a0fd8..029cd125 100644 --- a/roles/network/meta/main.yml +++ b/roles/network/meta/main.yml @@ -1,6 +1,7 @@ --- dependencies: - role: "systemd" + - role: "coreutils" galaxy_info: author: "a14m" description: "Configure basic distro networking features" -- cgit v1.2.3