diff --git a/.vscode/settings.json b/.vscode/settings.json index 8fc5f81..d672852 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,6 @@ { "ansible.python.interpreterPath": "/bin/python3", "yaml.schemas": { - "file:///home/alex/.vscode/extensions/docsmsft.docs-yaml-1.0.1/dist/toc.schema.json": "/toc\\.yml/i", "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/playbook": [ "file:///home/alex/git/ansible/shutdown_windows.yml", "file:///home/alex/ansible/ansible/shutdown_windows.yml" diff --git a/shutdown_windows.yml b/shutdown_windows.yml index 36ec1c6..5e9e8dd 100644 --- a/shutdown_windows.yml +++ b/shutdown_windows.yml @@ -6,3 +6,8 @@ roles: - { role: shutdown-role } + + +- name: Shutdown Windows Servers + +