From e5b3e796b04d27db20c1caef2833914acbc93c32 Mon Sep 17 00:00:00 2001 From: BWSTTVDEV Date: Wed, 30 Jul 2025 14:32:06 +0000 Subject: [PATCH 1/2] Cleaned up code and started using web VS code --- .vscode/settings.json | 8 ++++++++ test.yml | 3 +-- update.yml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..12efc26 --- /dev/null +++ b/.vscode/settings.json @@ -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" + ] + } +} \ No newline at end of file diff --git a/test.yml b/test.yml index 1197742..e42189f 100644 --- a/test.yml +++ b/test.yml @@ -11,5 +11,4 @@ - name: Show result debug: - var: whoami_result.stdout - + var: whoami_result.stdout \ No newline at end of file diff --git a/update.yml b/update.yml index 22f19dd..b0f7d9e 100644 --- a/update.yml +++ b/update.yml @@ -14,4 +14,4 @@ apt: upgrade: dist autoremove: yes - autoclean: yes + autoclean: yes \ No newline at end of file From 58044a47e1d59f2968b5a197dfacda582b0cb95e Mon Sep 17 00:00:00 2001 From: BWSTTVDEV Date: Mon, 4 Aug 2025 00:12:53 +0000 Subject: [PATCH 2/2] test --- update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.yml b/update.yml index b0f7d9e..22f19dd 100644 --- a/update.yml +++ b/update.yml @@ -14,4 +14,4 @@ apt: upgrade: dist autoremove: yes - autoclean: yes \ No newline at end of file + autoclean: yes