add playbook
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"editor.renderWhitespace": "all"
|
||||
"editor.renderWhitespace": "all",
|
||||
"ansible.python.interpreterPath": "/usr/local/bin/python3"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- debug:
|
||||
msg: Hello world!
|
||||
Reference in New Issue
Block a user