Compare commits
1 Commits
main
...
collection
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c86bfd0a10 |
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