async_val 不是 IncludeRole 的有效属性

async_val 不是 IncludeRole 的有效属性

执行时

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

输出是

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)

async_val 在哪里设置?我在任何角色或配置文件中都找不到它。

答案1

该消息来自 ansible 的内部。仅当您使用 include_role 作为临时命令时才会发生这种情况。显然最近已经修复并且应该发布2.9版本。

相关内容