summaryrefslogtreecommitdiffstats
path: root/roles/ethtool/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-04 23:37:01 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-04 23:37:01 +0200
commit71e86f9e3f67124e7a4fba60d23140891cf11ab8 (patch)
treeb4b0fbcdfb1be6bcf53a54ab1ba2f8e2d7135697 /roles/ethtool/tasks
parentcca89a83566215f1259031ee9e6bc654e84c84d5 (diff)
Ignore failing tests in containers
Diffstat (limited to 'roles/ethtool/tasks')
-rw-r--r--roles/ethtool/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/ethtool/tasks/main.yml b/roles/ethtool/tasks/main.yml
index d1832d0b..f92d052e 100644
--- a/roles/ethtool/tasks/main.yml
+++ b/roles/ethtool/tasks/main.yml
@@ -22,6 +22,9 @@
enabled: true
state: "started"
daemon_reload: true
+ tags:
+ # WoL service fails in containers — ethtool_wol_interface does not exist
+ - "molecule-notest"
- name: "Ensure /etc/systemd/logind.conf.d exists"
become: true