From 18b363ee3be14b80dd1fba2223f75c9e96cb3a7c Mon Sep 17 00:00:00 2001 From: rcordier Date: Wed, 22 May 2024 12:10:24 -0400 Subject: [PATCH] wip --- playbooks/hello.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/hello.yml b/playbooks/hello.yml index 2f45328..9b94719 100644 --- a/playbooks/hello.yml +++ b/playbooks/hello.yml @@ -2,7 +2,7 @@ -- name: Debug context +- name: Debug context v1 hosts: localhost gather_facts: no @@ -19,6 +19,10 @@ debug: var: output1 + - name: Show groups + debug: + var: groups +