Bei der Ausführung
ansible -vvv localhost -m include_role -a "name=someName" --extra-vars="version=someVersion"
Die Ausgabe ist
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)
Wo wird der async_val-Satz festgelegt?Ich konnte es in keiner der Rollen oder Konfigurationsdateien finden.
Antwort1
Die Meldung kommt aus den Interna von Ansible. Dies geschieht nur, wenn Sie include_role als Ad-hoc-Befehl verwenden. Es waranscheinend erst vor kurzem behobenund soll für die Version 2.9 veröffentlicht werden.