{ "name": "Ansible Development", "image": "mcr.microsoft.com/devcontainers/python:3.12", "features": { "ghcr.io/devcontainers/features/ansible:1": {} }, "customizations": { "vscode": { "extensions": [ "redhat.ansible", "ms-python.python" ] } }, "postCreateCommand": "pip install ansible-lint" }