Open Issues Need Help
View All on GitHub DevOps • Configuration Management
AI Summary: The task is to debug and fix a bug in the Ansible `ansible.netcommon` collection's `network_cli` plugin. The `CliConf` component is inserting extra spaces into long arguments, causing unintended diffs and breaking idempotency in playbooks. The solution involves identifying the source of the extra space insertion within the `CliConf` code and modifying it to handle long arguments correctly, ensuring that identical configurations do not trigger unnecessary changes.
Complexity:
4/5
good first issue
Ansible Network Collection for Common Code
Python
#ansible-collection#hacktoberfest