-
Notifications
You must be signed in to change notification settings - Fork 104
Conversation
Codecov Report
@@ Coverage Diff @@
## main #320 +/- ##
==========================================
- Coverage 37.03% 37.02% -0.02%
==========================================
Files 3 3
Lines 729 732 +3
Branches 144 144
==========================================
+ Hits 270 271 +1
- Misses 410 412 +2
Partials 49 49
Continue to review full report at Codecov.
|
3201405
to
475bd3c
Compare
recheck |
one of two issues of #307 is solved thanks to this PR. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a fan of this implementation. I'm pretty sure when I wrote the synchronize I was able to figure this out in the code without an extra param.
74397d8
to
b35e5e5
Compare
remote_src is boolean parameter to specify if src file is located on remote node or Ansible Controller. Fixes: ansible-collections#307 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Depends-On: ansible-collections#320 Break down the long `run()` method to simplify the readability of the plugin.
Depends-On: ansible-collections#320 Break down the long `run()` method to simplify the readability of the plugin.
Depends-On: ansible-collections#320 Break down the long `run()` method to simplify the readability of the plugin.
Thank you @Akasurde :-). |
Depends-On: ansible-collections#320 Break down the long `run()` method to simplify the readability of the plugin.
Depends-On: ansible-collections#320 Break down the long `run()` method to simplify the readability of the plugin.
SUMMARY
Add logic to specify if
src file is located on a remote node or Ansible Controller.
Add logic to specify if
kubeconfig file is located on the remote node or Ansible Controller.
Fixes: #307
Signed-off-by: Abhijeet Kasurde akasurde@redhat.com
ISSUE TYPE
COMPONENT NAME
changelogs/fragments/307_remote_src.yml
plugins/action/k8s_info.py