Skip to content

Commit

Permalink
disable auto-start-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Sep 23, 2024
1 parent daed879 commit db5c376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocne2/deploy_ocne_libvirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
block:
- name: Provision the cluster
ansible.builtin.shell: |
ocne cluster start {{ ocne_cluster_node_options }} -C {{ ocne_cluster_name | default('ocne') }}
ocne cluster start {{ ocne_cluster_node_options }} -C {{ ocne_cluster_name | default('ocne') }} -u false
args:
chdir: ~/
become: true
Expand Down

0 comments on commit db5c376

Please sign in to comment.