add playbook

This commit is contained in:
willtome
2024-11-18 21:03:20 -05:00
parent 3137ce1090
commit c86bfd0a10
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
{
"editor.renderWhitespace": "all"
"editor.renderWhitespace": "all",
"ansible.python.interpreterPath": "/usr/local/bin/python3"
}

View File

@@ -0,0 +1,7 @@
---
- hosts: localhost
gather_facts: no
tasks:
- debug:
msg: Hello world!