Use ghcr.io/devture/ansible image

This commit is contained in:
Jonah Aragon
2025-07-22 11:04:03 -05:00
parent 0f40fe6270
commit 4a4ca67465
2 changed files with 7 additions and 29 deletions
+1 -10
View File
@@ -6,24 +6,15 @@
"context": ".."
},
"postCreateCommand": {
"Fix Volume Permissions": "sudo chown -R $(whoami): /commandhistory"
"Fix Volume Permissions": "chown -R $(whoami): /commandhistory"
},
"postAttachCommand": "bash",
"mounts": [
{
"source": "${localEnv:SSH_AUTH_SOCK}",
"target": "/agent.sock",
"type": "bind"
},
{
"source": "matrix-docker-ansible-deploy-bashhistory",
"target": "/commandhistory",
"type": "volume"
}
],
"containerEnv": {
"SSH_AUTH_SOCK": "/agent.sock"
},
"customizations": {
"vscode": {
"extensions": [