fixed indent

This commit is contained in:
Brian Coca 2016-08-09 13:16:42 -04:00
parent ea033ae2cc
commit 47e3366744

View file

@ -903,7 +903,7 @@ class AnsibleModule(object):
str(':'.join(new_context)))
except OSError:
e = get_exception()
self.fail_json(path=path, msg='invalid selinux context: %s' % str(e), new_context=new_context, cur_context=cur_context, input_was=context)
self.fail_json(path=path, msg='invalid selinux context: %s' % str(e), new_context=new_context, cur_context=cur_context, input_was=context)
if rc != 0:
self.fail_json(path=path, msg='set selinux context failed')
changed = True