mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
3f4ac0b9f7
commit
8d0418f7c1
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue