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

net_template doesn't need BOOLEANS

Note #17815
This commit is contained in:
Nathaniel Case 2016-11-22 11:49:21 -05:00
parent 3f4ac0b9f7
commit 8d0418f7c1

View file

@ -28,9 +28,6 @@ from ansible.module_utils._text import to_text
from ansible.plugins.action import ActionBase
BOOLEANS = ('true', 'false', 'yes', 'no')
class ActionModule(ActionBase):
TRANSFERS_FILES = False