Removed whitespace

pull/80034/head
Eri Bastos 2 years ago
parent fab495f4df
commit 73884bb32c

@ -519,7 +519,7 @@ def execute_diff_peek(path):
def ensure_absent(path): def ensure_absent(path):
if path == '/': if path == '/':
raise AnsibleModuleError(results={'msg': "Refusing to delete /"}) raise AnsibleModuleError(results={'msg': "Refusing to delete /"})
b_path = to_bytes(path, errors='surrogate_or_strict') b_path = to_bytes(path, errors='surrogate_or_strict')
prev_state = get_state(b_path) prev_state = get_state(b_path)
result = {} result = {}

Loading…
Cancel
Save