소스 검색

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