-
Notifications
You must be signed in to change notification settings - Fork 685
chore: Updated some of the docs and messages around setting pipefail. #4585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
I can't seem to add a label, does someone else need to do that? |
8ff00cd
to
d0ba67d
Compare
Setting pipefail necessitates other changes away from the default functioning of ansible, this is made more explicit to the user.
1e5b103
to
a72212a
Compare
Tweaked it to pass pipeline checks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I am missing something but what is the 'standard (POSIX) shell' from your point of view? AFAIK, there is no such software product.
There are lots of shells that might follow POSIX standard (more or less), including bash,... so I find the phrasing as adding more confusion instead of clarification.
Setting pipefail necessitates other changes away from the default functioning of ansible, this is made more explicit to the user.