summaryrefslogtreecommitdiffstats
path: root/roles/network/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-26 21:53:23 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-26 21:53:23 +0100
commit83c2b5505fe2e91da2d7366c347bf7f26ab225c9 (patch)
tree70930cb58f47ac82d246b2c5b144db03c6cfc23e /roles/network/meta
parentea12ae87f51b99f482ec2f65b54e54c1c0ff0ee8 (diff)
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
Diffstat (limited to 'roles/network/meta')
-rw-r--r--roles/network/meta/main.yml1
1 files changed, 1 insertions, 0 deletions
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"