From c330e27703c3137feb1f3adfb9b12c312d4dbe05 Mon Sep 17 00:00:00 2001 From: M Date: Fri, 1 Jul 2022 21:28:30 +0300 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 495185e..67ed754 100644 --- a/action.yml +++ b/action.yml @@ -34,6 +34,9 @@ inputs: no_color: description: Set to "true" if the Ansible output should not include colors (defaults to "false") required: false + playbook: + description: Limit hosts + required: false outputs: output: description: The captured output of both stdout and stderr from the Ansible Playbook run