Some checks failed
test_play/pipeline/head There was a failure building this commit
11 lines
181 B
YAML
Executable File
11 lines
181 B
YAML
Executable File
#! /usr/bin/env ansible-playbook
|
|
---
|
|
- name: "TestPlay"
|
|
gather_facts: true
|
|
become: false
|
|
hosts: localhost
|
|
connection: local
|
|
tasks:
|
|
- debug:
|
|
msg: "Hello World"
|