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 d79f3ea commit 76497fcCopy full SHA for 76497fc
ansible/iam.yml
@@ -57,4 +57,4 @@
57
- name: Configure sssd
58
ansible.builtin.include_role:
59
name: sssd
60
- tasks_from: "{{ 'install.yml' if appliances_mode == 'build' else 'main.yml' }}"
+ tasks_from: "{{ {'build':'install.yml', 'configure':'configure.yml'}[appliances_mode] | default('main.yml') }}"
ansible/slurm.yml
@@ -7,7 +7,7 @@
7
tasks:
8
- include_role:
9
name: mysql
10
11
12
- name: Setup slurm-driven rebuild
13
hosts: rebuild:!builder
0 commit comments