This commit is contained in:
10
test_play.yml
Executable file
10
test_play.yml
Executable 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"
|
||||
Reference in New Issue
Block a user