diff --git a/apps/accounts/automations/change_secret/custom/ssh/main.yml b/apps/accounts/automations/change_secret/custom/ssh/main.yml index 6595ca39e..140b98d89 100644 --- a/apps/accounts/automations/change_secret/custom/ssh/main.yml +++ b/apps/accounts/automations/change_secret/custom/ssh/main.yml @@ -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