Compare commits

..

2 Commits

Author SHA1 Message Date
9e3842eefa Added devcontainer 2026-03-18 18:33:32 +00:00
cfbc0a1771 Normalize line endings 2026-03-18 18:31:55 +00:00
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Ansible Development Container",
"image": "ghcr.io/ansible/community-ansible-dev-tools:latest",
"runArgs": [
"--privileged",
"-e",
"GIT_EDITOR=code --wait"
],
"customizations": {
"vscode": {
"extensions": [
"eamodio.gitlens",
"redhat.ansible",
"redhat.vscode-yaml",
"ms-python.python"
]
}
}
}

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Force all text files to LF in the repository
* text=auto eol=lf