1#!/usr/bin/env bash
2
3# handle empty/commented out group keys correctly https://github.com/ansible/ansible/issues/47254
4ANSIBLE_VERBOSITY=0 diff -w <(ansible-inventory -i ./test.yml --list) success.json
5