diff --git a/ansible/extras.yml b/ansible/extras.yml index c24f50ab..4f8c800e 100644 --- a/ansible/extras.yml +++ b/ansible/extras.yml @@ -36,6 +36,7 @@ - name: Install and configure Apptainer include_role: name: azimuth_cloud.image_utils.apptainer + tasks_from: "{{ 'configure.yml' if appliances_mode == 'configure' else 'main.yml' }}" - name: Setup Apptainer hosts: nextflow @@ -45,6 +46,7 @@ - name: Install and configure Nextflow include_role: name: azimuth_cloud.image_utils.nextflow + tasks_from: "{{ 'configure.yml' if appliances_mode == 'configure' else 'main.yml' }}" - name: Persist hostkeys across rebuilds # Must be after filesystems.yml (for storage)