Skip to content

Commit

Permalink
fix/sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 committed Jun 29, 2021
1 parent 60981ad commit 5b45b10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/k8s_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def execute_module(module, k8s_ansible_mixin):
if module.params.get('since_seconds'):
kwargs.setdefault('query_params', {}).update({'sinceSeconds': module.params['since_seconds']})


log = serialize_log(resource.log.get(
name=name,
namespace=namespace,
Expand Down

0 comments on commit 5b45b10

Please sign in to comment.