cfffd4431b
Change-Id: I7ac8d2335518c06808461f2fb30ea896709f09ed
6 lines
179 B
YAML
6 lines
179 B
YAML
- name: Remove the build SSH key from all nodes
|
|
authorized_key:
|
|
user: "{{ ansible_ssh_user }}"
|
|
key: "{{ lookup('file', zuul_temp_ssh_key + '.pub') }}"
|
|
state: absent
|