瀏覽代碼

Reword module documentation

Rodolfo Carvalho 8 年之前
父節點
當前提交
c6ef283bbc
共有 1 個文件被更改,包括 5 次插入6 次删除
  1. 5 6
      roles/openshift_preflight/base/library/aos_version.py

+ 5 - 6
roles/openshift_preflight/base/library/aos_version.py

@@ -1,13 +1,12 @@
 #!/usr/bin/python
 # vim: expandtab:tabstop=4:shiftwidth=4
 '''
-An ansible module for determining if more than one minor version
-of any atomic-openshift package is available, which would indicate
-that multiple repos are enabled for different versions of the same
-thing which may cause problems.
+Ansible module for determining if multiple versions of an OpenShift package are
+available, and if the version requested is available down to the given
+precision.
 
-Also, determine if the version requested is available down to the
-precision requested.
+Multiple versions available suggest that multiple repos are enabled for the
+different versions, which may cause installation problems.
 '''
 
 import yum  # pylint: disable=import-error