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 +