Skip to content

Commit

Permalink
fix authorized_key usage
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Skrivanek <michal.skrivanek@redhat.com>
  • Loading branch information
michalskrivanek committed Apr 17, 2023
1 parent a4f4e9b commit f2693cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- name: Set Engine public key as authorized key without validating the TLS/SSL certificates
connection: ssh
authorized_key:
ansible.posix.authorized_key:
user: root
state: present
key: https://{{ he_fqdn }}/ovirt-engine/services/pki-resource?resource=engine-certificate&format=OPENSSH-PUBKEY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
register: vlan_id_out
changed_when: true
- name: Set Engine public key as authorized key without validating the TLS/SSL certificates
authorized_key:
ansible.posix.authorized_key:
user: root
state: present
key: https://{{ he_fqdn }}/ovirt-engine/services/pki-resource?resource=engine-certificate&format=OPENSSH-PUBKEY
Expand Down

0 comments on commit f2693cd

Please sign in to comment.