Fix custom ssh change secret (#16731)

This commit is contained in:
Jonnn-y
2026-07-08 16:15:48 +08:00
committed by GitHub
parent 99462322c8
commit 957829fa18

View File

@@ -49,7 +49,7 @@
delay_time: "{{ params.delay_time | default(2) }}"
prompt: "{{ params.prompt | default('.*') }}"
ignore_errors: true
when: ping_info is succeeded and check_conn_after_change
when: ping_info is succeeded
register: change_info
delegate_to: localhost
connection: local