summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-10-19 13:58:36 -0400
committerGitHub <noreply@github.com>2016-10-19 13:58:36 -0400
commitff08eba45e1e74abe5cb2b691d7be820dba0e653 (patch)
tree547d0deff995d84a8533b107fdfe9ce7b0cfc16c /roles
parent7025459e3e4f02494e8b005623af52ca738317b4 (diff)
parent35f6c9f944cb38d0667876f1ddd36857adac2fb2 (diff)
downloadopenshift-ff08eba45e1e74abe5cb2b691d7be820dba0e653.tar.gz
openshift-ff08eba45e1e74abe5cb2b691d7be820dba0e653.tar.bz2
openshift-ff08eba45e1e74abe5cb2b691d7be820dba0e653.tar.xz
openshift-ff08eba45e1e74abe5cb2b691d7be820dba0e653.zip
Merge pull request #2620 from mscherer/cleanup_split_args
Remove uneeded import of ansible.module_utils.splitter
Diffstat (limited to 'roles')
-rwxr-xr-xroles/etcd_common/library/delegated_serial_command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/etcd_common/library/delegated_serial_command.py b/roles/etcd_common/library/delegated_serial_command.py
index 3969edfdd..84d4f97c2 100755
--- a/roles/etcd_common/library/delegated_serial_command.py
+++ b/roles/etcd_common/library/delegated_serial_command.py
@@ -270,6 +270,5 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
-from ansible.module_utils.splitter import *
main()