diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-22 00:33:32 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-22 00:50:13 +0200 |
| commit | 255869fd1b16965d5a89899d26dec2718f228b96 (patch) | |
| tree | 4df801b3b39f142bf49096a5a97ff1a5d076d33a /roles/bootstrap/tasks/install-ubuntu.yml | |
| parent | 8929640bc8aa84325315f734ba1e75cb9c44892f (diff) | |
Ignore refind.conf tests as it doesn't work on CI
Diffstat (limited to 'roles/bootstrap/tasks/install-ubuntu.yml')
| -rw-r--r-- | roles/bootstrap/tasks/install-ubuntu.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/bootstrap/tasks/install-ubuntu.yml b/roles/bootstrap/tasks/install-ubuntu.yml index bcdebdb..7757b18 100644 --- a/roles/bootstrap/tasks/install-ubuntu.yml +++ b/roles/bootstrap/tasks/install-ubuntu.yml @@ -69,3 +69,5 @@ content: | timeout 5 textonly true + # NOTE: this is skipped because the docker test doesn't have proper EFI/refind directory created + tags: ["molecule-notest"] |
