diff options
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index f043fa371..bcb689643 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -330,7 +330,7 @@ esac && \ ansible-galaxy collection install community.kubernetes && \ case {ubuntu} in \ - oracular) \ + focal | oracular) \ ansible-galaxy collection install -f community.docker ;; \ *) ;; \ esac && \ |