mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00:00
Missing import re
I don't even know how it magically worked, but the fact is the code was correct, and ran OK without the import re.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
import os
|
||||
import os.path
|
||||
from subprocess import Popen, PIPE, call
|
||||
import re
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user