Skip to content

Commit

Permalink
add var for cp of ca cert
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Jul 9, 2024
1 parent 7dc4a62 commit e4069e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocne/deploy_ocne_vlan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
- name: Copy CA Certificate for the Platform CLI
ansible.builtin.copy:
src: ~/certificates/ca/ca.cert
dest: ~/.olcne/certificates/ocne-operator:8091/ca.cert
dest: ~/.olcne/certificates/{{ operator_nodes }}:8091/ca.cert
remote_src: true
mode: "0644"
become: true
Expand Down

0 comments on commit e4069e1

Please sign in to comment.