epicanthal
epicanthal
Fix for [DEPRECATION WARNING]: set_available_variables is being deprecated. Use "@available_variables.setter" instead.. This feature will be removed in version 2.13. Reference: https://github.com/ansible/ansible/pull/55435 Tested with Ansible 2.9.7
# ISSUE TYPE - Bug Report # ANSIBLE VERSION ``` ansible --version ansible 2.7.8 config file = /var/lib/awx/projects/net_compliance/ansible.cfg configured module search path = [u'/var/lib/awx/projects/net_compliance/library', u'/usr/lib/python2.7/site-packages/napalm_ansible/modules', u'/usr/lib/python2.7/site-packages/ntc-ansible/library'] ansible python module location...
Referencing the variable 'cisco_ios.config.interface-config' results in "VARIABLE IS NOT DEFINED!: 'config' is undefined" Tasks: ```yaml - name: PARSE THE RAW OUTPUT command_parser: file: "{{ parser_template_dir }}/ios/show_run_interface.yaml" content: "{{ ansible_net_config }}"...
##### SUMMARY I am toying with the libssh connection method. I've learned of it via the Ansible 6.0.0 release notes for [ansible.netcommon](https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst#ansible-netcommon). When I switch to ```ssh_type=libssh``` or ```ssh_type=auto``` the...