mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
The comment argument can be at most 60 characters per the IOS XR command line. If a comment is > 60 characters, the module will now gracefully error and return a well formed message. fixes 5146