mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-01 16:18:55 +00:00
Creating playbook executor and dependent classes
This commit is contained in:
parent
b6c3670f8a
commit
62d79568be
158 changed files with 22486 additions and 2353 deletions
4
v2/samples/test_big_debug.yml
Normal file
4
v2/samples/test_big_debug.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- hosts: all
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- debug: msg="hi"
|
||||
Loading…
Add table
Add a link
Reference in a new issue