Skip to content

Commit d14b549

Browse files
committed
Missed serial profile
Not sure if yaml can use brackets
1 parent 448a76b commit d14b549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/grid-engine/tasks/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@
135135
with_items:
136136
- qconf -Ap /etc/gridengine/templates/sge_serial_profile
137137
- qconf -aattr queue pe_list serial main.q
138-
when: "'serial is not a parallel environment' in sge_parallel_env.stderr or serial_profile.changed"
138+
when: "docker is not defined and 'serial is not a parallel environment' in sge_parallel_env.stderr or docker is not defined and serial_profile.changed"
139139

140140
# TODO: bindle 1.2.1 re-runs the sge setup script on reboot. Determine whether this is really needed

0 commit comments

Comments
 (0)