Update example playbook to support both underscores and hyphens in group names
As of Ansible 2.8, group names containing "-" (hyphen) characters are considered invalid, and will generate a warning about TRANSFORM_INVALID_GROUP_CHARS. Thus, give users the ability to gradually change over their group names by supporting both the "taiga-*" and "taiga_*" group name patterns. Also, update the README accordingly.
Please register or sign in to comment