'TaskInclude' object has no attribute 'has_triggered'

I’m closing this topic. The solution as per our requirements is to use Ansible 2.0.2.0.

Pip

pip install ansible==2.0.2.0

Homebrew

brew switch ansible 2.0.2.0

Consider pinning brew to that version brew pin ansible

More on specific brew versions here: http://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula

7 Likes