Skip to content
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

KSM-472 - Ansible: Add keeper_get_record action #568

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

jwalstra-keeper
Copy link
Contributor

Added a new action to return all the fields in a record as a dictionary. The key in the dictionary is the field label, or field type if the label is missing. The key is normalized to remove any non-alphanumeric characters. Non-alphanumeric characters replaceds with underscores.

To use this action must be used with the 'register' attribute in order to store the results in memory. The results can be accessed the same way other stored structures are stored in Ansbile.

@maksimu maksimu changed the title KSM-472 Add keeper_get_record action KSM-472 - Ansible: Add keeper_get_record action Feb 14, 2024
@jwalstra-keeper jwalstra-keeper force-pushed the KSM-472_keeper_get_record_action branch 2 times, most recently from a8699eb to b1fc014 Compare February 14, 2024 23:41
@jwalstra-keeper jwalstra-keeper force-pushed the KSM-472_keeper_get_record_action branch from b1fc014 to 7c7a39c Compare February 14, 2024 23:55
Added a new action to return all the fields in a record as a dictionary.
The key in the dictionary is the field label, or field type if the label is missing.
The key is normalized to remove any non-alphanumeric characters.
Non-alphanumeric characters replaceds with underscores.

To use this action must be used with the 'register' attribute in order to store
the results in memory. The results can be accessed the same way other stored
structures are stored in Ansbile.
@jwalstra-keeper jwalstra-keeper force-pushed the KSM-472_keeper_get_record_action branch from 7c7a39c to d8ed3ca Compare February 14, 2024 23:58
@maksimu maksimu merged commit feb697b into master Feb 15, 2024
29 checks passed
@jwalstra-keeper jwalstra-keeper deleted the KSM-472_keeper_get_record_action branch February 15, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants