Update wording

This commit is contained in:
ikkemaniac
2022-10-30 14:37:45 +01:00
parent 3d902b7fe7
commit fd25cf8f54
2 changed files with 7 additions and 6 deletions

View File

@ -59,7 +59,7 @@
- name: Get GIT hash error
ansible.builtin.fail:
msg: >-
Error when trying to get the GIT hash.
Error when trying to get the GIT hash. Please consult the error message above.
You can disable saving the GIT hash by setting 'matrix_playbook_commit_hash_preservation_enabled: false' in vars.yml
when: "git_describe.stderr.find('git: not found') == -1"