-
Notifications
You must be signed in to change notification settings - Fork 93
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
deprecate 'priv' argument in postgresql_user #227
Conversation
that doesn't appear to be my error. is the pipeline ok @Andersson007 ? |
@hunleyd Thanks for the PR!
I think some args have been deprecated here (or something else happened related to the |
@hunleyd As it's not something directly related, feel free to submit a separate PR. It would be much easier to backport. Once the dedicated PR is merged, we can re-launch the tests here (if no time for that, please let me know). |
According to the docs that arg is still valid though which is why I'm confused. |
I'm also confused because #228 has passed... |
Ah, no, it was just skipped |
@hunleyd it's not valid https://docs.ansible.com/ansible/devel/collections/ansible/builtin/shell_module.html. We should choose |
One of changelog fragments in ansible/ansible:
|
|
yep, we should adjust things to install |
Could you please take a look at #227 (comment) and #227 (comment) ? |
Add comments to the existing examples that make use of the 'priv' arguoment of the `postgresql_user` module. This was missed in #227 Signed-off-by: Douglas J Hunley <doug.hunley@gmail.com>
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
SUMMARY
Deprecate the
priv
argument of postgresql_user in favor of the postgresql_privs modulefixes #212
ISSUE TYPE
COMPONENT NAME
postgresql_user