Fixed incorrect sequence of method calls in tasks.py

https://fedorahosted.org/freeipa/ticket/6255

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Oleg Fayans 2016-08-25 09:17:36 +02:00 committed by Martin Basti
parent fab1f798ed
commit fbc9179970

View File

@ -138,8 +138,8 @@ def allow_sync_ptr(host):
def apply_common_fixes(host):
fix_hostname(host)
prepare_host(host)
fix_hostname(host)
def backup_file(host, filename):