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.
2 parents deb1832 + 65ff5ab commit 2142e48Copy full SHA for 2142e48
roles/stepupmiddleware/tasks/main.yml
@@ -3,11 +3,15 @@
3
when: "'docker' in group_names
4
and ('push_mw_config' in ansible_run_tags
5
or 'push_mw_institution' in ansible_run_tags
6
- or 'push_mw_whitelist' in ansible_run_tags)"
+ or 'push_mw_whitelist' in ansible_run_tags
7
+ or 'stepupmiddleware' in ansible_run_tags
8
+ or 'stepup' in ansible_run_tags)"
9
10
- name: Include vm tasks when running on a vm
11
import_tasks: vm.yml
12
when: "'docker' not in group_names
13
14
15
16
17
0 commit comments