--- - name: Execute ReaR restore hosts: all become: true gather_facts: true strategy: free vars_files: - bigboot_vars.yml tasks: - name: Import rear_vars role ansible.builtin.import_role: name: rhc.rear.rear_vars - name: Restore from ReaR backup ansible.builtin.include_role: name: rhc.rear.rear_restore - name: Cleanup from any previous executions ansible.builtin.import_tasks: tasks/cleanup.yml