I’ve been running ansible 1.7.2 for ~year now and I want to take advantage of a bunch of new features like block and fact cacheing.
I pip installed ansible into a virtualenv. Running ansible --version tells me that ansible 2.0 is getting picked up as hoped, but ‘block’ is being rejected as a legal parameter.
Are there changes I need to make to ansible.cfg to block ansible from picking up version 1.7.2 from various module and runners?