-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added size param to ios_ping #963
Conversation
for more information, see https://pre-commit.ci
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #963 +/- ##
=======================================
Coverage 86.20% 86.20%
=======================================
Files 196 196
Lines 12339 12339
=======================================
Hits 10637 10637
Misses 1702 1702 |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 59s |
Hey @roverflow size is a valid parameter
We missed the attribute during our re-write, could you please look into it and consider the missing attribute as an implementation? |
ref : https://github.com/ansible-collections/cisco.ios/pull/595/files#diff-105f4bb6f132265a3e2f631c29eef96876f4e0a38ff634f9430969f612009191L52 |
for more information, see https://pre-commit.ci
@roverflow The module documentation needs to change too! :D |
for more information, see https://pre-commit.ci
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 52s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 04s |
When could we expect a release that incorporates this change? I will have to revert our collection to a release prior to the rewrite to restore functionality to one of our most used playbooks due to this issue. |
SUMMARY
Added the size param to ping module which previously did not exist
ISSUE TYPE
COMPONENT NAME
ios_ping.py