Compare commits
2 Commits
84648d8670
...
9e3842eefa
| Author | SHA1 | Date | |
|---|---|---|---|
|
9e3842eefa
|
|||
|
cfbc0a1771
|
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal 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
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Force all text files to LF in the repository
|
||||||
|
* text=auto eol=lf
|
||||||
Reference in New Issue
Block a user