mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed indent
This commit is contained in:
parent
ea033ae2cc
commit
47e3366744
1 changed files with 1 additions and 1 deletions
|
@ -903,7 +903,7 @@ class AnsibleModule(object):
|
||||||
str(':'.join(new_context)))
|
str(':'.join(new_context)))
|
||||||
except OSError:
|
except OSError:
|
||||||
e = get_exception()
|
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:
|
if rc != 0:
|
||||||
self.fail_json(path=path, msg='set selinux context failed')
|
self.fail_json(path=path, msg='set selinux context failed')
|
||||||
changed = True
|
changed = True
|
||||||
|
|
Loading…
Reference in a new issue