Initial commit

This commit is contained in:
2022-06-26 19:46:33 +02:00
commit 818d34657c
106 changed files with 1390 additions and 0 deletions

10
x.yml Normal file
View File

@@ -0,0 +1,10 @@
- name: Test av include_tasks
tags: x_test
command:
cmd: echo {{ item }}
register: utdata
- name: Skriv ut resultatet
debug:
var: utdata.stdout_lines