File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
# i.e. if prometheus_version isn't defined we don't care, so use what's already there
73
73
set_fact :
74
74
prometheus_skip_install : " {{ false if prometheus_version is defined else true }}"
75
- when : " {{ (prometheus_binaries.results | map(attribute='stat') | map(attribute='exists')) + [prometheus_skip_install is not defined] }} "
75
+ when : " (prometheus_binaries.results | map(attribute='stat') | map(attribute='exists')) + [prometheus_skip_install is not defined]"
76
76
- import_role :
77
77
name : cloudalchemy.prometheus
78
78
Original file line number Diff line number Diff line change 19
19
- import_role :
20
20
name : openondemand
21
21
tasks_from : vnc_compute.yml
22
- when : " {{ appliances_mode != 'configure' }} " # is run during build
22
+ when : appliances_mode != 'configure' # is run during build
23
23
24
24
- hosts : openondemand_jupyter
25
25
tags :
31
31
- import_role :
32
32
name : openondemand
33
33
tasks_from : jupyter_compute.yml
34
- when : " {{ appliances_mode != 'configure' }} " # is run during build
34
+ when : appliances_mode != 'configure' # is run during build
You can’t perform that action at this time.
0 commit comments