1
resposta

Erro na execução do replace e nao estou achando na doc, como resolver isso ai

╰─$ ansible-playbook provisioning.yml -i hosts                                                                              4 ↵
ERROR! 'with_tiems' is not a valid attribute for a Task

The error appears to be in '/home/anakin/Projects/wordpress_com_ansible/provisioning.yml': line 55, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:


    - name: "Configura"
      ^ here

This error can be suppressed as a warning using the "invalid_task_attribute_failed" configuration
1 resposta

Olá, Luan. Tudo bem?

Desculpe pela demora em obter um retorno.

Acredito que tenha sido apenas um erro de digitação. Segundo o erro ERROR! 'with_tiems' is not a valid attribute for a Task, você digitou "with_tiems", mas deveria ser "with_items".

Espero ter ajudado.