Recently I used 'user' module to create user with password provided in vars/main.yml - name: Create pamuser user: name: pamuser password: "{{ pamuser
I have a requirement to create variables and key vault variables in the same variable group instead of multiple variable groups. Is there any way to configure v
I have a Google spreadsheet that I use to track my open crypto trades. The information consists of 4 columns. ("Coin", "Date", "Time" and "Price"). This informa
I'm trying to calculate the number of days since a specific date, but an error surfaces at the 87th day, and lasts till the 303th day, before it returns to norm
I need to move some code to an Azure function but the code needs to continue to work as a service fabric app for the time being. The python code is in a directo
I have the following code and it compiles successfully but when I execute the program the following message appears. Process terminated with status -1073741510
I have a REST service that reads a file and sends it to another console application after converting it to Byte array and then to Base64 string. This part works
Hello I am trying to implement animation in React Native. When I scroll up from scrollview, I want one of children in scrollview which is buttonContainer fade o
My pod has 2 services running. A frontend on port 80, and an API that is exposed to port 5000. I have successfully configured my ingress to my custom domain, a