test file for jenkins

This commit is contained in:
2023-05-04 13:22:44 +02:00
parent 7621d3b58b
commit 1dc4d50a8c

View File

@@ -2,9 +2,10 @@
--- ---
- name: "TestPlay" - name: "TestPlay"
gather_facts: true gather_facts: true
become: false become: true
hosts: localhost hosts: all
connection: local #hosts: localhost
#connection: local
tasks: tasks:
- debug: - debug:
msg: "Hello World" msg: "Hello World"