diff --git a/.github/workflows/distro_test.yml b/.github/workflows/distro_test.yml index 85d4428bd..1285fe067 100644 --- a/.github/workflows/distro_test.yml +++ b/.github/workflows/distro_test.yml @@ -80,8 +80,11 @@ jobs: sed -i -E "s/.*compute-01/#compute-01/g" ./hosts/cdk/inventory sed -i -E "s/.*compute-02/#compute-02/g" ./hosts/cdk/inventory sed -i -E "/service-01 ansible_host/ s/type=virtual/type=container/g" ./hosts/cdk/inventory - - name: Run the deployment for a container + - name: Run the deployment from a container run: | + # There is no need to install the collection before this step. + # The collection is compiled and installed when we create + # the kubeinit container using the code in the current path. sudo su <