Skip to content
  • Florian Haas's avatar
    Update example playbook to support both underscores and hyphens in group names · 9344d188
    Florian Haas authored
    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.
    9344d188