From 8e3e76d4ac6779d7a7375e192745f4f215b7bb41 Mon Sep 17 00:00:00 2001 From: wtj Date: Thu, 27 Jul 2023 10:23:46 +0800 Subject: [PATCH] minor: fix a typo --- scripts/ansible/configure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible/configure.yaml b/scripts/ansible/configure.yaml index f025ab3a13..406c4f8ce6 100644 --- a/scripts/ansible/configure.yaml +++ b/scripts/ansible/configure.yaml @@ -10,7 +10,7 @@ - name: Install go import_playbook: go.yaml -- name: Install go +- name: Install docker import_playbook: docker.yaml - name: Install python