diff --git a/roles/satellite-clone/tasks/main.yml b/roles/satellite-clone/tasks/main.yml index 8ffe2f6..c1dcfa0 100644 --- a/roles/satellite-clone/tasks/main.yml +++ b/roles/satellite-clone/tasks/main.yml @@ -257,23 +257,9 @@ - name: Finalize clone block: - # Cron services can interfere with restoring the backup - - name: stop crond - systemd: - name: crond - state: stopped - - name: restore using foreman-maintain command: foreman-maintain restore --assumeyes {{ backup_dir }} - - name: start crond - systemd: - name: crond - state: started - - - name: Restart services - command: foreman-maintain service start - # We don't use pause module here because it displays a prompt # to use ctrl+c which would break out of a production script. - name: Wait for foreman-tasks service to start