-
Notifications
You must be signed in to change notification settings - Fork 113
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
Use ansible.builtin.stat to check src file existence #1685
Use ansible.builtin.stat to check src file existence #1685
Conversation
Thanks for the PR! ❤️ |
09b3a10
to
4bb62ff
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/766984a7967c48abaad458e05c34a13d ❌ openstack-k8s-operators-content-provider MERGE_CONFLICT in 6s |
`ansible.builtin.exists` is a local test only, and therefore doesn't work against remote files. This change modify the way we check for source values.yaml availability, allowing to run against a remote host (mostly for coming testing)
4bb62ff
to
89d1532
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rebtoor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ansible.builtin.exists
is a local test only, and therefore doesn'twork against remote files.
This change modify the way we check for source values.yaml availability,
allowing to run against a remote host (mostly for coming testing)
As a pull request owner and reviewers, I checked that: