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
But the plugin displays the verbose output too. Could we avoid this?
PLAY ***************************************************************************
TASK [install : include] *******************************************************
fatal: [192.168.33.10]: FAILED! => {"failed": true, "reason": "Syntax Error while loading YAML.\n\n\nThe error appears to have been in '/Users/dacodekid/dev/ansible-roles/roles/install/tasks/git.yml': line 3, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: add git ppa\n ^ here\n"}
failed: True
reason: Syntax Error while loading YAML.
The error appears to have been in '/Users/dacodekid/dev/ansible-roles/roles/install/tasks/git.yml': line 3, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: add git ppa
^ here
NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @site.retry
PLAY RECAP *********************************************************************
192.168.33.10 : ok=0 changed=0 unreachable=0 failed=1
The text was updated successfully, but these errors were encountered:
At least for
ansible 2.0.1.0
I had to addfailed & reason
key to FIELDS variable to make it work.But the plugin displays the
verbose
output too. Could we avoid this?The text was updated successfully, but these errors were encountered: