Cleaned up code and started using web VS code

This commit is contained in:
2025-07-30 14:32:06 +00:00
parent 4dd0eb9ec7
commit e5b3e796b0
3 changed files with 10 additions and 3 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/playbook": [
"file:///root/ansible/test.yml",
"file:///root/ansible/update.yml"
]
}
}

View File

@@ -11,5 +11,4 @@
- name: Show result - name: Show result
debug: debug:
var: whoami_result.stdout var: whoami_result.stdout

View File

@@ -14,4 +14,4 @@
apt: apt:
upgrade: dist upgrade: dist
autoremove: yes autoremove: yes
autoclean: yes autoclean: yes