Group names can't include dashes ('-')


On Sat, 18 Jun 2022 at 17:44, High Raccoon <[email protected]> wrote:

> an extremely simple playbook:
> ```
> ---
> - hosts:
>    - test-host
>  tasks:
>    - name: AAA
>       ansible.builtin.debug:
>        msg: AAA
> ```
>
> shows results like this:
> ```
> [WARNING]: Invalid characters were found in group names but not replaced,
> use -vvvv to see details
>
> PLAY [test-host]
> **********************************************************************************************************************************************************
>
> PLAY RECAP
> ***************************************************************************************************************************************************************
> test-host                   : ok=2    changed=0    unreachable=0
>  failed=0    skipped=0    rescued=0    ignored=0
> ```
>
> so the debug task is either ignored, or had its output suppressed. please,
> help me make sense of ansible's behavior and try to figure out which
> settings could have influenced it.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/2577e03f-d182-479f-92e1-60dc96526789n%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/2577e03f-d182-479f-92e1-60dc96526789n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
-- 
Sent from Gmail Mobile

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAF8BbLZqS1xqm9pHW0DX4nbLL2sZ6vfFNcpPPn7QNOrTbMQSGQ%40mail.gmail.com.

Reply via email to