Commit 2b723c61 by Brian Coca

added missing re import

parent 3102469b
...@@ -19,6 +19,8 @@ __metaclass__ = type ...@@ -19,6 +19,8 @@ __metaclass__ = type
from ansible.plugins.action import ActionBase from ansible.plugins.action import ActionBase
import re
class ActionModule(ActionBase): class ActionModule(ActionBase):
TRANSFERS_FILES = False TRANSFERS_FILES = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment