async_val não é um atributo válido para um IncludeRole

async_val não é um atributo válido para um IncludeRole

Ao executar

ansible -vvv localhost -m include_role -a "name=someName" --extra-vars="version=someVersion"

a saída é

ansible 2.8.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, Apr  9 2019, 14:30:50) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
Using /etc/ansible/ansible.cfg as config file
host_list declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
script declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
auto declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
Parsed /etc/ansible/hosts inventory source with ini plugin
ERROR! 'async_val' is not a valid attribute for a IncludeRole

The error appears to be in 'None': line 0, column 0, but may
be elsewhere in the file depending on the exact syntax problem.

(could not open file to display line)

Onde está o async_val definido?Não consegui encontrá-lo em nenhuma das funções ou arquivos de configuração.

Responder1

A mensagem vem dos internos do ansible. Isso acontece somente quando você usa include_role como um comando ad-hoc. Eraaparentemente corrigido muito recentementee deve ser lançado para a versão 2.9.

informação relacionada