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

This commit is contained in:
2023-03-16 21:34:24 +01:00
commit 8c48aecf2a
2 changed files with 11 additions and 0 deletions

1
Jenkinsfile vendored Normal file
View File

@@ -0,0 +1 @@
playbook: test_play.yml

10
test_play.yml Executable file
View File

@@ -0,0 +1,10 @@
#! /usr/bin/env ansible-playbook
---
- name: "TestPlay"
gather_facts: true
become: false
hosts: localhost
connection: local
tasks:
- debug:
msg: "Hello World"