diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 841e2ca..f249cdb 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -57,6 +57,8 @@ - name: Configure Amazon ECR Docker Credential Helper # More details see: https://github.com/awslabs/amazon-ecr-credential-helper + tags: + - ecr-setup block: - name: Update ECR Docker Credential Helper apt: @@ -75,4 +77,4 @@ src: "{{ item.from }}" dest: "{{ item.to }}" with_items: - - {from: "docker/config.json", to: "/root/.docker/config.json"} \ No newline at end of file + - {from: "docker/config.json", to: "/root/.docker/config.json"}