Hi,
I am trying to figure out what could be problem when I upgraded Ansible to 2.0 (actually 2.0.0.1) and added into ec2_lc configuration lines for classic_link_vpc_id and classic_link_vpc_security_groups but get following error:
TypeError: init() got an unexpected keyword argument ‘classic_link_vpc_id’
Machine has Python 2.7.9 and when someone had same error it was fixed by upgrading from 2.6.6 to 2.7.10 (in 2.0.0 RC1 - https://github.com/ansible/ansible-modules-core/issues/2601) and was wondering could that be possible reason and should I try that? Its Ubuntu and latest Python that is available for it is 2.7.9 and if not necessary wouldn’t want to try to build it from sources or something.