Skip to content

Commit db5c376

Browse files
author
William Graef
committed
disable auto-start-ui
1 parent daed879 commit db5c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocne2/deploy_ocne_libvirt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
block:
147147
- name: Provision the cluster
148148
ansible.builtin.shell: |
149-
ocne cluster start {{ ocne_cluster_node_options }} -C {{ ocne_cluster_name | default('ocne') }}
149+
ocne cluster start {{ ocne_cluster_node_options }} -C {{ ocne_cluster_name | default('ocne') }} -u false
150150
args:
151151
chdir: ~/
152152
become: true

0 commit comments

Comments
 (0)