1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added missing re import

This commit is contained in:
Brian Coca 2015-07-13 20:42:09 -04:00
parent 3102469b94
commit 2b723c6130

View file

@ -19,6 +19,8 @@ __metaclass__ = type
from ansible.plugins.action import ActionBase
import re
class ActionModule(ActionBase):
TRANSFERS_FILES = False