We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929c3ef commit 8d071baCopy full SHA for 8d071ba
ansible/extras.yml
@@ -36,6 +36,7 @@
36
- name: Install and configure Apptainer
37
include_role:
38
name: azimuth_cloud.image_utils.apptainer
39
+ tasks_from: "{{ 'configure.yml' if appliances_mode == 'configure' else 'main.yml' }}"
40
41
- name: Setup Apptainer
42
hosts: nextflow
@@ -45,6 +46,7 @@
45
46
- name: Install and configure Nextflow
47
48
name: azimuth_cloud.image_utils.nextflow
49
50
51
- name: Persist hostkeys across rebuilds
52
# Must be after filesystems.yml (for storage)
0 commit comments