7eab57ab1e
This role is an attempt to allow self-service SSH access to nodes. Change-Id: Icb6fb50b779c0bf2296e14436e4746355703f2ae
9 lines
200 B
YAML
9 lines
200 B
YAML
- name: Check for intercept SSH key
|
|
stat:
|
|
path: "{{ intercept_job_pub_key_path }}"
|
|
register: intercept_key_stat
|
|
|
|
- name: Wait
|
|
when: intercept_key_stat.stat.exists
|
|
include_tasks: wait.yaml
|