We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb8287 commit 401965cCopy full SHA for 401965c
plugins/modules/tail_grep.py
@@ -12,7 +12,6 @@
12
DOCUMENTATION = r'''
13
---
14
module: tail_grep
15
-version_added: 1.2
16
short_description: Tail a logfile until a regex matcher is found or a timeout triggers
17
description:
18
- This module is used to follow some application logfile and return successfully when
@@ -85,7 +84,6 @@
85
84
import re
86
import time
87
88
-from typing import Iterator
89
from ansible.module_utils.basic import AnsibleModule
90
from ansible.module_utils.common.text.converters import to_native
91
0 commit comments