main.yml 110 B

1234
  1. ---
  2. - name: List groups
  3. debug:
  4. msg: "{{ hostvars[inventory_hostname] }} is part of {{ group_names }}"