diff --git a/clean-backup.yaml b/clean-backup.yaml index d1969b7..556e5f1 100644 --- a/clean-backup.yaml +++ b/clean-backup.yaml @@ -96,3 +96,8 @@ loop: "{{ backup_files.results | subelements('files') }}" loop_control: label: "{{ item[1].path }}" + +- name: Include the run next playbook + import_playbook: run-next.yaml + vars: + to_do: odroid \ No newline at end of file