Skip to content

Commit

Permalink
Fixing variables uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Oct 18, 2021
1 parent c429820 commit 66a3a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Create temporary users SSH public key file
ansible.builtin.lineinfile:
path: /tmp/user-key.pub
line: "{{ ssh_key }}"
line: "{{ ocp4_aio_ssh_key }}"
create: yes

- name: Inject users SSH key into Bastion VM for Ansible
Expand Down

0 comments on commit 66a3a94

Please sign in to comment.