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"
gather_facts: true
become: false
hosts: localhost
connection: local
become: true
hosts: all
#hosts: localhost
#connection: local
tasks:
- debug:
msg: "Hello World"