summaryrefslogtreecommitdiffstats
path: root/roles/etcd_common
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2016-10-19 10:40:42 +0200
committerMichael Scherer <misc@redhat.com>2016-10-19 10:42:26 +0200
commit35f6c9f944cb38d0667876f1ddd36857adac2fb2 (patch)
treed8d3ce01b3f3485280ff0bb23693e30ed035a94c /roles/etcd_common
parent553ce409a40305a984894a980fc3969c11f41aba (diff)
downloadopenshift-35f6c9f944cb38d0667876f1ddd36857adac2fb2.tar.gz
openshift-35f6c9f944cb38d0667876f1ddd36857adac2fb2.tar.bz2
openshift-35f6c9f944cb38d0667876f1ddd36857adac2fb2.tar.xz
openshift-35f6c9f944cb38d0667876f1ddd36857adac2fb2.zip
Remove uneeded import of ansible.module_utils.splitter
Diffstat (limited to 'roles/etcd_common')
-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()