added Jenkinsfile
Some checks failed
multibranch_ansible/pipeline/head There was a failure building this commit

This commit is contained in:
2023-06-05 14:37:08 +02:00
parent 261831d1cb
commit 421afce966
2 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
- name: "TestPlay"
gather_facts: true
become: true
hosts: 192.168.150.40
#hosts: localhost
#connection: local
#hosts: 192.168.150.40
hosts: localhost
connection: local
tasks:
- debug:
msg: "Hello World"