-
-
Notifications
You must be signed in to change notification settings - Fork 228
chore: write version file pam_jit_pg #2024
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: develop
Are you sure you want to change the base?
Conversation
WalkthroughAdds two Ansible tasks in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@ansible/tasks/stage2-setup-postgres.yml`:
- Around line 179-185: The ansible task titled "Write version file" is using
ansible.builtin.copy with the wrong parameter name; replace the `path` key with
`dest` in the ansible.builtin.copy task (task "Write version file") and add an
explicit `mode` (e.g., "0644") alongside `owner: "root"` and `group: "root"` so
the copy module receives the required `dest` argument and file permissions are
explicit.
Write a version file for pam_jit_pg so that salt doesn't try overwrite when applying to an image that already has the library installed. Salt knows to check the version and only update if salt specifies a different version should be used.
7f14d7c to
cfa1a04
Compare
Write a version file for pam_jit_pg so that salt doesn't try overwrite when applying to an image that already has the library installed. Salt knows to check the version and only update if salt specifies a different version should be used.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.