Staging #1
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
3
test.yml
3
test.yml
@@ -11,5 +11,4 @@
|
||||
|
||||
- name: Show result
|
||||
debug:
|
||||
var: whoami_result.stdout
|
||||
|
||||
var: whoami_result.stdout
|
||||
@@ -14,4 +14,4 @@
|
||||
apt:
|
||||
upgrade: dist
|
||||
autoremove: yes
|
||||
autoclean: yes
|
||||
autoclean: yes
|
||||
Reference in New Issue
Block a user