mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
add test for the disabling of callback plugins
This commit is contained in:
5
test/test_callbacks/test_playbook.yml
Normal file
5
test/test_callbacks/test_playbook.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: 127.0.0.1
|
||||
connection: local
|
||||
tasks:
|
||||
shell: id
|
||||
Reference in New Issue
Block a user