Klaas Demter
Klaas Demter
and here https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.recoveryservices/recovery-services-create-vault-with-backup-policies/azuredeploy.json#L33-L41
crosslinking issue in bicep: https://github.com/Azure/bicep/issues/6922
Forgot to add signoff as requested in dco, I would consider this a very minor update though :)
During my testing (scp_component eventfilters) I noticed that scp does not properly apply when using: `shutdown_type: NoReboot` it leads to the apply job being paused with 20% with message "SYS296:...
@anupamaloke who would I contact about the problem with `shutdown_type: NoReboot` from comment https://github.com/dell/dellemc-openmanage-ansible-modules/pull/343#issuecomment-981111762 ? Should that be handled in a support case?
hmm okay, I think I'll PR something for the docs of the ansible module then. But that also means there is no "do not reboot" option? and I need to...
@jlozadad I use the ansible modules with a current awx -- they are basically using tower-cli so I'd guess they work reasonably well :)
I can't speak for the past but I'm using awx 3.0 now and they seem to work pretty well. My point is that at the moment red hat is working...
So there is a situation where you expect the service to fail? Wouldn't it be better/easier to just not use the service ie when dm on loopback "systemctl disable docker-storage-setup"?...
if you don't want to go the minimal way you can just make sure yum-utils is present via your role, that's going to be the easiest solution. I personally like...