summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/ansible
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-04-04 16:00:17 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-04-05 09:45:20 -0400
commit92f30679793ca85c545481e2362858ed73aa357f (patch)
treee0a220f82fc7dfb377069502faa203a4c73b406c /roles/lib_openshift/src/ansible
parent68a20d2d6371da77a640d9d79d3fa7cf6edb5319 (diff)
downloadopenshift-92f30679793ca85c545481e2362858ed73aa357f.tar.gz
openshift-92f30679793ca85c545481e2362858ed73aa357f.tar.bz2
openshift-92f30679793ca85c545481e2362858ed73aa357f.tar.xz
openshift-92f30679793ca85c545481e2362858ed73aa357f.zip
Fixed a string format and a lint space issue
Diffstat (limited to 'roles/lib_openshift/src/ansible')
-rw-r--r--roles/lib_openshift/src/ansible/oc_obj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_openshift/src/ansible/oc_obj.py b/roles/lib_openshift/src/ansible/oc_obj.py
index 4ace53c1e..6ab53d044 100644
--- a/roles/lib_openshift/src/ansible/oc_obj.py
+++ b/roles/lib_openshift/src/ansible/oc_obj.py
@@ -23,7 +23,7 @@ def main():
force=dict(default=False, type='bool'),
selector=dict(default=None, type='str'),
),
- mutually_exclusive=[["content", "files"],["selector", "name"]],
+ mutually_exclusive=[["content", "files"], ["selector", "name"]],
supports_check_mode=True,
)