2026f1825b
There are over 490 .yaml files but only a few .yml, let's rename to be consistent. Add a test to block .yml files. Change-Id: I2f1354de82f231154d926b51d9812b1e9c1a6202
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
|