diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-04 23:37:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-04 23:37:01 +0200 |
| commit | 71e86f9e3f67124e7a4fba60d23140891cf11ab8 (patch) | |
| tree | b4b0fbcdfb1be6bcf53a54ab1ba2f8e2d7135697 /roles | |
| parent | cca89a83566215f1259031ee9e6bc654e84c84d5 (diff) | |
Ignore failing tests in containers
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/ethtool/tasks/main.yml | 3 |
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 |
