From 4a5b72705ad751b93eae2e86be2247b7fb0c81b6 Mon Sep 17 00:00:00 2001 From: omidshj Date: Mon, 1 Sep 2025 15:18:47 +0330 Subject: [PATCH] echo init --- echo.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/echo.yml b/echo.yml index 2c11375..8ab2409 100644 --- a/echo.yml +++ b/echo.yml @@ -3,10 +3,6 @@ become: true tasks: - - name: Ensure community.docker collection is installed - ansible.builtin.ansible_galaxy_collection: - name: community.docker - - name: Log in to GitHub Container Registry community.docker.docker_login: registry_url: ghcr.io