meza
meza copied to clipboard
Troubleshoot strangely missing variable
A debug
call is currently showing valid output of the db_backup_server_remote_user
variable. The following task states 'db_backup_server_remote_user' is undefined
. This task has delegate_to: "{{ sql_backup_server }}"
, so perhaps Ansible changed so the delegate doesn't get the variables in the same way the controller does.
Changes
- Add a debug statement with
delegate_to: "{{ sql_backup_server }}"
Issues
Currently failing jobs 3-5
Post-merge actions
None