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