Fix typo in task
This patch addresses a typo in the 'Remove private key' task, replacing looup with lookup. Change-Id: I20a108a06f9a5edcf1cd3c62123bc28f5e0a979f
This commit is contained in:
parent
e844e8adfc
commit
a96fd04d78
@ -43,7 +43,7 @@
|
||||
|
||||
- name: Remove private key from deploy host after use
|
||||
file:
|
||||
path: "{{ looup('env', 'HOME') }}/.ssh/{{ octavia_ssh_key_name }}"
|
||||
path: "{{ lookup('env', 'HOME') }}/.ssh/{{ octavia_ssh_key_name }}"
|
||||
state: absent
|
||||
when:
|
||||
- _octavia_keypair is changed
|
||||
|
Loading…
x
Reference in New Issue
Block a user