You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got this error when executing dry-run. We suspect this is because the consul is not installed, the job to install consul is failing on dry-run.
This task should also has ignore_errors: "{{ ansible_check_mode }}"
TASK [ansible-consul : Enable consul at startup (systemd)] *********************
fatal: [instance_01]: FAILED! => {"changed": false, "msg": "Could not find the requested service consul: host"}
fatal: [instance_02]: FAILED! => {"changed": false, "msg": "Could not find the requested service consul: host"}
The text was updated successfully, but these errors were encountered:
We got this error when executing dry-run. We suspect this is because the consul is not installed, the job to install consul is failing on dry-run.
This task should also has
ignore_errors: "{{ ansible_check_mode }}"
The text was updated successfully, but these errors were encountered: