Files
test_play/test_play.yml
JonnyBravo 0a58c49da2
All checks were successful
multi_branch/pipeline/head This commit looks good
mulit-test-play/pipeline/head This commit looks good
added
2023-03-19 14:45:50 +01:00

15 lines
259 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"
- debug:
var: ansible_host
- debug:
var: playbook_dir