ansible で遭遇したエラー

遭遇したエラー

随時更新予定

[内容]
handler から include_role を使用した時に以下のようなエラーになった @v2.5.1

ERROR! Unexpected Exception, this is probably a bug: 'IncludeRole' object has no attribute 'listen'
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

すでに Issue があった
https://github.com/ansible/ansible/issues/37515

[解決方法]
泣きながら使用しないように回避した


[内容]

タスクの skip の可否によって戻り値に skipped がなくて死んだ @v2.5.1

skip した 戻り値の skipped
した ある
していない ない

v2.6.0 では修正されるらしい
https://github.com/ansible/ansible/pull/35991

[解決方法]

スキップされていなければ実行したい場合、以下のようにして回避
when: aaa.skipped is not defined or not aaa.skipped