diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-05-10 08:29:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 08:29:05 +0200 |
commit | 402e8caa5bcbc22050bb4a4f189a802262ca725f (patch) | |
tree | 3ade21aadd1e32ce4b44a6cd4cb0dc8f6ab06d94 /roles/openshift_health_checker | |
parent | 5d408eeca04cb3c60a7e4918218e87fd43e57861 (diff) | |
parent | a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c (diff) | |
download | openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.gz openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.bz2 openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.xz openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.zip |
Merge pull request #4123 from rhcarvalho/remove-vim-line
Remove vim configuration from Python files
Diffstat (limited to 'roles/openshift_health_checker')
3 files changed, 0 insertions, 3 deletions
diff --git a/roles/openshift_health_checker/callback_plugins/zz_failure_summary.py b/roles/openshift_health_checker/callback_plugins/zz_failure_summary.py index 208e81048..7bce7f107 100644 --- a/roles/openshift_health_checker/callback_plugins/zz_failure_summary.py +++ b/roles/openshift_health_checker/callback_plugins/zz_failure_summary.py @@ -1,4 +1,3 @@ -# vim: expandtab:tabstop=4:shiftwidth=4 ''' Ansible callback plugin. ''' diff --git a/roles/openshift_health_checker/library/aos_version.py b/roles/openshift_health_checker/library/aos_version.py index a46589443..4460ec324 100755 --- a/roles/openshift_health_checker/library/aos_version.py +++ b/roles/openshift_health_checker/library/aos_version.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# vim: expandtab:tabstop=4:shiftwidth=4 ''' Ansible module for yum-based systems determining if multiple releases of an OpenShift package are available, and if the release requested diff --git a/roles/openshift_health_checker/library/check_yum_update.py b/roles/openshift_health_checker/library/check_yum_update.py index 630ebc848..433795b67 100755 --- a/roles/openshift_health_checker/library/check_yum_update.py +++ b/roles/openshift_health_checker/library/check_yum_update.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# vim: expandtab:tabstop=4:shiftwidth=4 ''' Ansible module to test whether a yum update or install will succeed, without actually performing it or running yum. |