Browse Source

Reword module documentation

Rodolfo Carvalho 8 years ago
parent
commit
c6ef283bbc
1 changed files with 5 additions and 6 deletions
  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