Skip to content

Commit

Permalink
Fix CI issues
Browse files Browse the repository at this point in the history
Fixes ansible-lint errors

Signed-off-by: Teoman ONAY <[email protected]>
  • Loading branch information
asm0deuz committed Oct 28, 2024
1 parent 015ac5d commit ebff488
Show file tree
Hide file tree
Showing 54 changed files with 1,687 additions and 1,093 deletions.
2 changes: 2 additions & 0 deletions plugins/module_utils/ceph_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__metaclass__ = type

import datetime
import os
import time
from typing import TYPE_CHECKING, Any, List, Dict, Callable, Type, TypeVar, Optional

Expand All @@ -10,6 +11,7 @@

ExceptionType = TypeVar('ExceptionType', bound=BaseException)


def generate_cmd(cmd='ceph',
sub_cmd=None,
args=None,
Expand Down
Loading

0 comments on commit ebff488

Please sign in to comment.