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
As discovered in #113, the plugin os10_config shows a inconsistent behavior if called with the full name dellemc.os10.os10_config or if the collection is imported first via the collection keyword at a play level and referenced later via the short plugin name os10_config.
SUMMARY
As discovered in #113, the plugin
os10_config
shows a inconsistent behavior if called with the full namedellemc.os10.os10_config
or if the collection is imported first via thecollection
keyword at a play level and referenced later via the short plugin nameos10_config
.ISSUE TYPE
COMPONENT NAME
os10_config
ANSIBLE VERSION
COLLECTION VERSION
But even the current version directly from github seems to be affected.
CONFIGURATION
Occurs even in a clean env
OS / ENVIRONMENT
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
STEPS TO REPRODUCE
OK
using playbook
$ cat dellos10_fetch_config.yml
ERROR
using playbook
$ cat dellos10_fetch_config2.yml
diff of the playbooks:
$ diff -Naur dellos10_fetch_config.yml dellos10_fetch_config2.yml
EXPECTED RESULTS
The behavior should be the same as stated in https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#using-collections-in-a-playbook
The documentation of https://github.com/Rosa-Luxemburgstiftung-Berlin/dellemc.os10/blob/master/docs/dellemc.os10.os10_config_module.rst#L26 should be fixed as long as the different behavior is not fixed.
ACTUAL RESULTS
confusing documentation and inconsistent behavior resulting in #113, #102 and ansible-collections/dellemc.os6#45
The text was updated successfully, but these errors were encountered: