Kirill Satarin

Results 31 comments of Kirill Satarin

@PRELVAS94 if your contribution is not accepted here, you are more than welcome to contribute to https://github.com/redhat-sap/rh_operations

To be honest I do not like the process described on the link you provided. This is mainly to the fact that changelog parts are not stored in the repo...

we found a way around it. In cookie cutter templates we have (for instance for create action) following code ``` - name: Create ansible.builtin.import_playbook: ..create ``` At the same time...

I was able to overcome this issue by moving line https://github.com/ansible-community/ansible.content_builder/blob/15a074270083fe091fb79a9f14f2d7b0272fdcd1/roles/module_openapi_security/templates/doc_generator.py#L875 Above one line, so it looks like this ``` python post_properties = OrderedDict() if request_fields: post_properties.update( ```

This is a way to stop all SAP ABAP systems using sap.sap_operations collection See https://docs.galaxy.saponrhel.org/ https://galaxy.ansible.com/ui/repo/published/sap/sap_operations/ ```ansible - name: Stop all ABAP instances on the host hosts: gather_facts: false become:...

@sean-freeman @rhmk @berndfinger @rainerleber I am waiting for your complete review and starting to answer comments after that. Thank you

Hello, Rainer This is another topic, where I do not understand the intention. What reasons do you see to use sapcontrol module out of sap_libs if sapcontrol can be called...

Hello, Rainer maybe I am missing something. I hope you will be so kind to explain it to me. Why anyone would want to use sap_system_facts module if there is...

@folke what should be done to merge this PR?