diff --git a/containers/azure-ansible/.devcontainer/devcontainer.json b/containers/azure-ansible/.devcontainer/devcontainer.json index eadd40f21c..3e13fae45a 100644 --- a/containers/azure-ansible/.devcontainer/devcontainer.json +++ b/containers/azure-ansible/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "Azure Terraform", + "name": "Azure Ansible", "dockerFile": "Dockerfile", "extensions": [ "vscoss.vscode-ansible", @@ -14,4 +14,4 @@ // "appPort": [], // Uncomment the next line to run commands after the container is created. // "postCreateCommand": "ansible --version" -} \ No newline at end of file +}