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:
James Denton 2021-03-05 21:05:29 -06:00
parent e844e8adfc
commit a96fd04d78

View File

@ -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