Skip to content

Commit

Permalink
Update 05_add_host.yml
Browse files Browse the repository at this point in the history
fixed CI failure - 62:17 too many spaces after colon  (colons)
  • Loading branch information
arachmani committed May 4, 2020
1 parent bb78e16 commit 085fdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/bootstrap_local_vm/05_add_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
state: present
name: "{{ he_cluster }}"
data_center: "{{ he_data_center }}"
cpu_type: "{{ he_cluster_cpu_type | default(omit) }}"
cpu_type: "{{ he_cluster_cpu_type | default(omit) }}"
wait: true
auth: "{{ ovirt_auth }}"
register: cluster_result_presence
Expand Down

0 comments on commit 085fdbc

Please sign in to comment.