You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 1.2.0 was released, the Ansible Lookup Plugin, community.general.tss, no longer works. When running a previously working (with 1.1.0) playbook I receive the following error:
TASK [lookup value for ansible_user] *******************************************
task path: /__w/54/s/big_switch_backup.yml:11
exception during Jinja2 execution: Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/ansible/template/__init__.py", line 1032, in _lookup
ran = instance.run(loop_terms, variables=self._available_variables, **kwargs)
File "/usr/local/lib/python3.9/site-packages/ansible_collections/community/general/plugins/lookup/tss.py", line 271, in run
raise AnsibleError("python-tss-sdk must be installed to use this plugin")
ansible.errors.AnsibleError: python-tss-sdk must be installed to use this plugin
fatal: [localhost]: FAILED! => {
"msg": "An unhandled exception occurred while templating '{{ lookup('community.general.tss', 27318) }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: An unhandled exception occurred while running the lookup plugin 'community.general.tss'. Error was a <class 'ansible.errors.AnsibleError'>, original message: python-tss-sdk must be installed to use this plugin. python-tss-sdk must be installed to use this plugin"
}
The text was updated successfully, but these errors were encountered:
Since 1.2.0 was released, the Ansible Lookup Plugin,
community.general.tss
, no longer works. When running a previously working (with 1.1.0) playbook I receive the following error:The text was updated successfully, but these errors were encountered: